======HTTP Proxy with SQUID====== ====Install==== ^OS^Command^ |Debian|apt-get install squid| |FreeBSD|pkg_add -r squid| |OpenBSD|cd /usr/ports/www/squid; make install clean| ====ACL==== acl wifi_net src 10.69.0.0/255.255.0.0 http_access allow wifi_net ====SNMP==== snmp_port 3401 snmp_access allow squidsnmp acl squidsnmp snmp_community squidsnmp ====Logging===== __Logging referrers__ referer_log /var/log/squid/referer.log