John Oliver wrote:
I banged up an autoconf.pac script (which isn't easy, considering the only slivers of documentation I can find are a good ten years old!). It looks like my browser just assumes that ftp should go through squid, and that doesn't seem to want to work. Since I see no real value in proxying FTP, how do I exempt FTP in the autoconf.pac script?
Off topic really but here is how I do it: if (shExpMatch(url, "ftp://*")) return "DIRECT"; AYJ