From eb1e9a94253b665f6c656de4df5dcbb6dba93c6a Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Sun, 20 Jan 2008 18:01:11 +0000 Subject: [PATCH] Correct example IPs in tcp_outgoing_address config Deja Vu. I'm sure I fixed this weeks ago. --- src/cf.data.pre | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 01070d1702..57321ca252 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.488 2007/11/15 23:33:05 wessels Exp $ +# $Id: cf.data.pre,v 1.488.2.1 2008/01/20 11:01:11 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -1097,11 +1097,11 @@ DOC_START source address 10.1.0.2 and the rest will be forwarded with source address 10.1.0.3. - acl normal_service_net src 10.0.0.0/255.255.255.0 - acl good_service_net src 10.0.1.0/255.255.255.0 - tcp_outgoing_address 10.0.0.1 normal_service_net - tcp_outgoing_address 10.0.0.2 good_service_net - tcp_outgoing_address 10.0.0.3 + acl normal_service_net src 10.0.0.0/24 + acl good_service_net src 10.0.2.0/24 + tcp_outgoing_address 10.1.0.1 normal_service_net + tcp_outgoing_address 10.1.0.2 good_service_net + tcp_outgoing_address 10.1.0.3 Processing proceeds in the order specified, and stops at first fully matching line. -- 2.47.2