Dear All,

How to block spesific https site (ie. I want to block https://www.google.com

please help .. thanks a lot


 - Check Squid FAQ primarily for such matters :

       acl google dstdomain google.com
       acl secure_access     method CONNECT
       ...
       http_access deny google secure_access

M.

Reply via email to