Henrik Nordstrom wrote:
mån 2009-08-17 klockan 10:45 +0200 skrev Olivier Sannier:// If specific URL needs to bypass proxy, send traffic direct. if (shExpMatch(url,"*domain1.com*") ||shExpMatch(url,"*domain2.com*")) return "DIRECT";I think you meant to use host there, not url...
Hum, yes, you are quite right, that would be safer indeed.