diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:30:24 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:30:24 +0000 |
commit | 3c66048028cb5976dd2d178df623ec34402359ff (patch) | |
tree | d10b5036e6c1e8ea46cad6516a0341bcc5081389 | |
parent | Learn ham and spam after a period of days (diff) | |
download | config-3c66048028cb5976dd2d178df623ec34402359ff.tar.bz2 config-3c66048028cb5976dd2d178df623ec34402359ff.tar.xz config-3c66048028cb5976dd2d178df623ec34402359ff.zip |
Remove commented out acls
-rw-r--r-- | etc/squid/squid.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 2e2b15f..1c6fc9e 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -3,8 +3,6 @@ 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.0/24 acl allowed_hosts src 10.10.0.0/16 cache_peer localhost parent 8081 0 no-query http_access deny manager all |