Dear Yashvinder,
try this
function FindProxyForURL(url, host)
{
// To bypass proxy for an IP in LAN.
if (isInNet(myIpAddress(), "100.200.101.201", "255.255.0.0"))
return "DIRECT";
// To bypass proxy for a website(url) to access di
Look into the pacparser project on github. It allows you to evaluate a pac
file and test the logic.
Hi All,
I have 2 issues
First one: How can i bypass proxy for an IP in LAN.
Second one:
I am running squid on openwrt and i want to allow some websites to bypass
proxy and want to allow them go
Hi All,
I have 2 issues
First one: How can i bypass proxy for an IP in LAN.
Second one:
I am running squid on openwrt and i want to allow some websites to bypass
proxy and want to allow them go direct.
For that i am using wpad with PAC file but the problem is for some websites
it works and for