Thread: Need help using a pre-configured proxy file in ubuntu
in order connect internet on university, must have proxy set up. why provide pre-configured proxy file. need know how set file work ubuntu.
-this file.function findproxyforurl(url, host)
{
if (isinnet(myipaddress(), "10.2.0.0", "255.255.0.0"))
return "proxy 10.2.0.25:8080";
else
return "direct";
}
if tell should enter manual proxy setup, i'd appreciate it. understand line
if (isinnet(myipaddress(), "10.2.0.0", "255.255.0.0"))
return "proxy 10.2.0.25:8080";
means if ip-adress of computer connection specific network on university, must return proxy. , 10.2.0.25 proxy ip, while 8080 desired port number??
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Need help using a pre-configured proxy file in ubuntu
Ubuntu
Comments
Post a Comment