Col wrote, On 05/21/2011 12:32 PM: > The transparent proxy works by intercepting port 80 traffic and > redirecting it to the proxy port. The advantage is you don't have to > configure your browsers to use it. > A possible solution is to enable the proxy with transparent mode turned > off. Then configure your browsers to use it.
I implemented WPAD at home - works nicely. All you need is your internal DNS server to resolve wpad.yourinternal.local to an IP Then the browser gets http://wpad.yourinternal.local/wpad.dat (if its IE) or http://wpad.yourinternal.local/proxy.pac (if its anything else) And these two files are identical javascript anyway. More info http://en.wikipedia.org/wiki/Proxy_auto-config -- Criggie _______________________________________________ Linux-users mailing list [email protected] http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
