Hey,
I have found a lot of outdated or conflicting information about this online, and since this is a really important matter, I wanted to make sure I am doing this correctly.
I am attempting to block some websites completely, including all HTTPS traffic and subdomains.
Squid.conf:
acl domain_blacklist dstdomain "/etc/squid/domain_blacklist.txt"http_access deny all domain_blacklisthttp_reply_access deny domain_blacklisthttp_access deny CONNECT domain_blacklist
/etc/squid/domain_blacklist.txt:
.ph
.ph - will block all websites that have the .ph TLD including subdomains.
.facebook.com - will block all traffic to FB including subdomains.
Am I doing this the right way?
Thanks
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users