I'm after how to block sites manually.
I do not like SquidGuard, it's not worked in one of my installs, and I just find it easier to manually do it by hand.
I did it last year, but forgot to document it.
I have my files which are:
/etc/squid/block.txt
/etc/squid/unblock.txt etc
Then you need to specify in squid.conf your ACLs, which is something like.
-------------------------------------
acl block url_regex "/etc/squid/block.txt"
http_access deny block
-------------------------------------
Which is fine, but where do I add it into the /etc/e-smith/templates-custom/etc/squid/squid.conf/
??
Do I need to copy a file from the normal templates across, and then modify, or can I just make my own regardless.
Does it need to go in a particular place of the squid.conf file, top, bottom etc, or can it go anywhere?
Cheers.
Any help would be great.