diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-11 14:30:43 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-11 14:30:43 +0000 |
commit | c229e72929f80a64c30810e279d8904b8b33456e (patch) | |
tree | 71d16215bfb8984ee5e2da893041912e3ebdd711 /etc/squid | |
parent | Move dhcp into its own folder (diff) | |
download | config-c229e72929f80a64c30810e279d8904b8b33456e.tar.bz2 config-c229e72929f80a64c30810e279d8904b8b33456e.tar.xz config-c229e72929f80a64c30810e279d8904b8b33456e.zip |
Big refresh
Diffstat (limited to 'etc/squid')
-rw-r--r-- | etc/squid/squid.conf | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index dc0522c..2e2b15f 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -3,27 +3,14 @@ acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 90 MB cache_dir ufs /var/cache/squid/ 260 64 64 -acl manager proto cache_object -acl localhost src 127.0.0.1/255.255.255.255 -acl all src 0.0.0.0/0.0.0.0 -acl allowed_hosts src 192.168.0.0/255.255.255.0 -acl workstation src 194.34.98.65/255.255.255.255 -acl ad_block dstdomain "/etc/squid/ad.sites" -#acl alt_proxy dstdomain "/etc/squid/alt.proxy" -cache_peer proxy.servers.dot parent 8080 0 no-query +#acl manager proto cache_object +#acl localhost src 127.0.0.0/24 +acl allowed_hosts src 10.10.0.0/16 cache_peer localhost parent 8081 0 no-query -cache_peer_domain proxy.servers.dot .dot -cache_peer_access proxy.servers.dot allow all -#cache_peer_access localhost allow alt_proxy -#cache_peer_access proxy.servers.dot deny alt_proxy http_access deny manager all -http_access deny ad_block http_access allow allowed_hosts -http_access allow workstation http_access allow localhost http_access deny all -#never_direct allow alt_proxy -#always_direct deny alt_proxy cache_mgr randomdan@randomdan.homeip.net cache_effective_user squid cache_effective_group web |