Restricting access to sites
- by Paul
I'm having some problems configuring my local proxy server so that it would restrict access to certain websites.
The proxy server I'm using is Squid; I edited its configuration file found in /etc/squid/squid.conf to include the following:
acl wikipedia dstdomain .wikipedia.org
http_access deny wikipedia
I tried to redirect elinks to use Squid.…