Hulbert99 Posted November 12, 2012 Posted November 12, 2012 Just wanted to check if this WPAD had got anything missing from it as this is the first time I have made one!! { if (isInNet(host, "172.18.64.150", "255.255.255.0")) return "DIRECT"; if (isInNet(host, "127.0.0.1", "255.255.255.0")) return "DIRECT"; if (shExpMatch(url,"*.domain.sch.uk/*")) return "DIRECT"; return "PROXY 10.10.64.102:8080"; } In my one i have got "domain.sch.uk" replaced with the correct domain name. Thanks
Dragon Posted November 13, 2012 Posted November 13, 2012 You need to add if (shExpMatch(url,"*.facebook.com/*")) return "DIRECT";
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now