[squid-users] Direct Access without Proxy
Antony Stone
Antony.Stone at squid.open.source.it
Sun Dec 13 16:04:58 UTC 2015
On Sunday 13 Dec 2015 at 15:25, Marcio Demetrio Bacci wrote:
> Hi,
>
> What is the best way to free access to a site without going through of the
> Squid Proxy?
Add an exception to the browser proxy configuration - generally most easily
done using a PAC file:
if (dnsDomainIs(host, ".my.bank.com")) return "DIRECT";
> Could anyone give me an example?
http://findproxyforurl.com/example-pac-file/
Regards,
Antony.
--
"The future is already here. It's just not evenly distributed yet."
- William Gibson
Please reply to the list;
please *don't* CC me.
More information about the squid-users
mailing list