Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...