Installing SquidGuard
Hello. After installing Squid, SquidGuard might be useful, a “plugin” for Squid to control and redirect URLs processed by Squid, useful for blocking malicious and unwanted sites. Let’s proceed with the installation sudo apt-get install squidGuard and of course immediately after with the configuration sudo vi /etc/squidguard/squidGuard.conf where you need to add/modify these lines dbhome folders_path logdir /var/log/squid3 # DESTINATION CLASSES: dest ads { #location of blacklists, domains, urls, expressions. domainlist folder_name/ads/domains urllist folder_name/ads/urls expressionlist folder_name/ads/expressions } ...