Re: [squid-users] bypass proxy

2015-06-19 Thread Bimal Kumar
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

Re: [squid-users] bypass proxy

2015-06-17 Thread brendan kearney
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

[squid-users] bypass proxy

2015-06-17 Thread yashvinder hooda
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