aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid
diff options
context:
space:
mode:
authorMartin Fuchs <martin.fuchs@trendchiller.com>2011-09-13 22:48:14 +0200
committerMartin Fuchs <martin.fuchs@trendchiller.com>2011-09-13 22:48:14 +0200
commit8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd (patch)
tree6c06ee8d6f5a39aeec6c92082d8afcb5eb757a30 /config/squid
parentb6fdab593cef58a84258fe6806e89b392204dd8e (diff)
downloadpfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.tar.gz
pfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.tar.bz2
pfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.zip
squid: add note
Diffstat (limited to 'config/squid')
-rw-r--r--config/squid/squid.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid/squid.xml b/config/squid/squid.xml
index 26d95eb8..6f9ecb18 100644
--- a/config/squid/squid.xml
+++ b/config/squid/squid.xml
@@ -178,14 +178,14 @@
<field>
<fielddescr>Bypass proxy for these source IPs</fielddescr>
<fieldname>defined_ip_proxy_off</fieldname>
- <description>Do not forward traffic from these &lt;b&gt;source&lt;/b&gt; IPs, CIDR nets, hostnames, or aliases through the proxy server but directly through the firewall. Separate by semi-colons (;).</description>
+ <description>Do not forward traffic from these &lt;b&gt;source&lt;/b&gt; IPs, CIDR nets, hostnames, or aliases through the proxy server but directly through the firewall. Separate by semi-colons (;). [Applies only to transparent mode]</description>
<type>input</type>
<size>80</size>
</field>
<field>
<fielddescr>Bypass proxy for these destination IPs</fielddescr>
<fieldname>defined_ip_proxy_off_dest</fieldname>
- <description>Do not proxy traffic going to these &lt;b&gt;destination&lt;/b&gt; IPs, CIDR nets, hostnames, or aliases, but let it pass directly through the firewall. Separate by semi-colons (;).</description>
+ <description>Do not proxy traffic going to these &lt;b&gt;destination&lt;/b&gt; IPs, CIDR nets, hostnames, or aliases, but let it pass directly through the firewall. Separate by semi-colons (;). [Applies only to transparent mode]</description>
<type>input</type>
<size>80</size>
</field>