From 16e56ca73893c931f1ef104387248f238164a94c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 4 Feb 2006 04:49:58 +0000 Subject: Fix SQUID acls Submitted-by: submicron --- packages/squid_ng.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/squid_ng.inc b/packages/squid_ng.inc index e847d79e..adbcd7f1 100644 --- a/packages/squid_ng.inc +++ b/packages/squid_ng.inc @@ -956,7 +956,7 @@ function write_static_squid_config() { fwrite($fout, "acl within_timeframe time MTWHFAS 00:00-24:00\n"); fwrite($fout, "\n"); - fwrite($fout, "acl all src " . $lansa . "/" . $lansn . "\n"); + fwrite($fout, "acl all src 0.0.0.0/0.0.0.0\n"); fwrite($fout, "acl localnet src " . $lansa . "/" . $lansn . "\n"); fwrite($fout, "acl localhost src 127.0.0.1/255.255.255.255\n"); fwrite($fout, "acl SSL_ports port 443 563 873 # https, snews, rsync\n"); -- cgit v1.2.3