diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-13 22:48:14 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-13 22:48:14 +0200 |
commit | 8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd (patch) | |
tree | 6c06ee8d6f5a39aeec6c92082d8afcb5eb757a30 /config/squid3 | |
parent | b6fdab593cef58a84258fe6806e89b392204dd8e (diff) | |
download | pfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.tar.gz pfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.tar.bz2 pfsense-packages-8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd.zip |
squid: add note
Diffstat (limited to 'config/squid3')
-rw-r--r-- | config/squid3/squid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/squid.xml b/config/squid3/squid.xml index 7d675265..f82cf81a 100644 --- a/config/squid3/squid.xml +++ b/config/squid3/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 <b>source</b> IPs, hostnames, or aliases through the proxy server but directly through the firewall. Separate by semi-colons (;).</description> + <description>Do not forward traffic from these <b>source</b> IPs, 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 <b>destination</b> IPs, hostnames, or aliases, but let it pass directly through the firewall. Separate by semi-colons (;).</description> + <description>Do not proxy traffic going to these <b>destination</b> IPs, 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> |