In Port, enter the port on which the proxy listens for HTTP requests internally. The default port numbers are '3128' and '8080'.
The size of this cache, which should not be under 100 MB, can be specified in the corresponding input field.
If you activate Use Web Filter, unwanted Internet addresses are forbidden. The lists of these addresses are in the directory /var/squidGuard/db/blacklist in the files domains, urls, and expressions. If you change these lists, you must rebuild the database with the command "squidGuard -c /etc/squid/squidguard.conf -C all" and reload the proxy service.
There are some ACLs defined by default:
connect (method CONNECT)
manager (proto cache_object)
save_ports (port 80 21 443 563 70 210 1025-65535 280 488 591 777)
ssl_ports (port 443 563)
all
Under Name of the New ACL, assign a name to the new ACL. After that, click Type to choose among the following ACL types:
To add a newly created ACL, click Insert.
The following rules are set up by default:
allow localhost manager
deny manager
deny !safe_ports
deny connect !ssl_ports
allow internal_net
allow localhost
deny all
It is important that the ACL "deny all" is the last ACL. The other default ACLs should be at the beginning of the rule set. Insert your own rules just before the "deny all" rule.
With Action, choose between allow and deny to grant or decline access as defined by the options described below.
Under Defined ACL, select a previously defined ACL to apply the corresponding settings positively.
Under Defined ACL Negated, select an ACL to apply the corresponding settings negatively. This would allow you, for example, to grant access to certain Internet pages (selection under Defined ACL) while at the same time denying access to them if requested through SSL ports (selection under Defined ACL Negated).
A new set of rules can be added by pressing Insert.
To delete a set of rules, select the corresponding item then Delete.
The list field in the lower part of the window displays any actions to take and the corresponding ACL settings to apply.
Caution:
Because the rule sets will be processed from top to bottom, it is very important to make sure they are arranged in the correct order.
To move a set of rules to another place, select an item then press the Up or Down.