Web sites
How to Restrict Access to specific Web sites with Squid Proxy
Squid is also capable of reading files containing lists of web sites and/or domains for use in ACLs. In this example we create to lists in files named /usr/local/etc/allowed-sites.squid and /usr/local/etc/restricted-sites.squid. # File: /usr/local/etc/allowed-sites.squid www.openfree.org linuxhomenetworking.com # File: /usr/local/etc/restricted-sites.squid www.porn.com illegal.com These can then be used to always block the restricted sites and permit the [...]
