Matt wrote:
Does Squid need restarted everytime you add to blocked sites?
Matt
I put all each url on a separate line in a text file and use the
following:
# Block websites using url or keywords.
# Uses "\.file$" format to block file extensions
#-------------------------------------------------
acl blocked_content url_regex -i "/etc/squid/blocked_sites.txt"
http_access deny blocked_content download all
http_access deny blocked_content all
http_reply_access deny blocked_content all
Hope that this helps
D.Radel.
Yes. :-)
D.Radel.