From 7f83a5f683a793b19d3795e95c94d6f713a1895a Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Sat, 15 Aug 2009 14:56:39 +0200 Subject: [PATCH] Add 0.0.0.0 as an to_localhost address Many TCP/IP(v4) stacks aliases 0.0.0.0 as 127.0.0.1. --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 6a9e3962f8..f8dce0bd27 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -696,7 +696,7 @@ NOCOMMENT_START #Recommended minimum configuration: acl manager proto cache_object acl localhost src 127.0.0.1/32 -acl to_localhost dst 127.0.0.0/8 +acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing -- 2.47.2