Windows/Internet? explorer automatisch proxy settings laten detecteren
WORK IN PROGRESS
http://en.wikipedia.org/wiki/Proxy_auto-config function FindProxyForURL(url, host) { if (shExpMatch(host, "*.playlane.be")) { return "DIRECT"; } if (isInNet (host, "192.168.1.0", "255.255.252.0")) { return "DIRECT"; } return "PROXY edu.olvo.be:3128; DIRECT"; }
Last modified 13 years ago
Last modified on 11/10/11 14:46:57