I am currently using: ###blocked websites### acl blockedsites dstdomain . domain1.com . domain2.com . domain3.com###end blocked websites### http_access deny blockedsites Simple and working ;) -- Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet. Am 09.03.21, 12:58 schrieb roee klinger <roeeklinger60@xxxxxxxxx>:
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_blacklist
http_reply_access deny domain_blacklist
http_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
|
_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users