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.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to