X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fproxy.cgi;fp=html%2Fcgi-bin%2Fproxy.cgi;h=bcdc2024f574e71a2f383b9f746393f237f1eacf;hp=870042ae519e2044119d8fbe06bd8a848626e197;hb=754f508b5bf7ff3f89de369f2148f03bc7ee66c3;hpb=82c0cd6ae0ebefb3503c7bc2c8bf2e47b08f5698 diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 870042ae5..bcdc2024f 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -3144,12 +3144,12 @@ END if ($proxysettings{'LOGGING'} eq 'on') { print FILE <; close PORTS; @@ -3463,7 +3458,6 @@ END if ($proxysettings{'ENABLE_CLAMAV'} eq 'on') { print FILE "\n#Settings for squidclamav:\n"; print FILE "http_port 127.0.0.1:$proxysettings{'PROXY_PORT'} transparent\n"; - print FILE "acl to_localhost dst 127.0.0.0/8\n"; print FILE "acl purge method PURGE\n"; print FILE "http_access deny to_localhost\n"; print FILE "http_access allow localhost\n";