I am trying to implement basic url/domain blocking without additional contribs but seem to have something not right. Any help would be greatly appreciated.
I am currently running a clean 7.3......
|1) Create /etc/e-smith/templates-custom/etc/squid/squid.conf/20ACL31block
|2) Add line to /etc/e-smith/templates-custom/etc/squid/squid.conf/20ACL31block > acl block url_regex ”/etc/squid/block.acl”
|3) Create /etc/e-smith/templates-custom/etc/squid/squid.conf/40http_access21denyBlock
|4) Add line to /etc/e-smith/templates-custom/etc/squid/squid.conf/40http_access21denyBlock > http_access deny block
|5) Create /etc/e-smith/templates-custom/etc/squid/block.acl/10block
|6) Add Line to /etc/e-smith/templates-custom/etc/squid/block.acl/10block > .myspace.com
|7) Create /etc/squid/block.acl
|8) /sbin/e-smith/expand-template /etc/squid/squid.conf
|9) /sbin/e-smith/expand-template /etc/squid/block.acl
|10) /sbin/service squid restart
The problem is that when I do this all traffic gets blocked on the network and do not know why. Any and all help is appreciated.