From 5b48b00bccced026a8967533ef021c9757d0dd3d Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 4 Apr 2009 15:48:50 +0000 Subject: [PATCH] Remove remaining potential point of confusion in Squid documentation. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9801 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Shorewall_Squid_Usage.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Shorewall_Squid_Usage.xml b/docs/Shorewall_Squid_Usage.xml index 04b076800..1883f2cba 100644 --- a/docs/Shorewall_Squid_Usage.xml +++ b/docs/Shorewall_Squid_Usage.xml @@ -166,8 +166,9 @@ httpd_accel_uses_host_header on #ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE ORIGINAL # PORT(S) DEST +ACCEPT $FW net tcp www REDIRECT loc 3128 tcp www - !206.124.146.177 -ACCEPT $FW net tcp www + There may be a requirement to exclude additional destination hosts or networks from being redirected. For example, you might also want @@ -189,11 +190,12 @@ REDIRECT loc 3128 tcp www - !206.124.146. #ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE ORIGINAL # PORT(S) DEST +ACCEPT $FW net tcp www REDIRECT loc:!192.168.1.5,192.168.1.33\ 3128 tcp www - !206.124.146.177,130.252.100.0/24 ACCEPT loc net tcp www - The second rule may be omitted if your loc->net policy is + The last rule may be omitted if your loc->net policy is ACCEPT.