aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid/squid.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-05-02 11:08:01 -0400
committerjim-p <jimp@pfsense.org>2011-05-02 11:10:23 -0400
commitfd27296d65a33e68f89846831ba45178df3a56fb (patch)
treeaefecc825bb1a46d087437e34c4c46d01b5e1b4f /config/squid/squid.xml
parentbb738aba5c70b662d0060e938da412012bae92bf (diff)
downloadpfsense-packages-fd27296d65a33e68f89846831ba45178df3a56fb.tar.gz
pfsense-packages-fd27296d65a33e68f89846831ba45178df3a56fb.tar.bz2
pfsense-packages-fd27296d65a33e68f89846831ba45178df3a56fb.zip
Also allow subnets in the proxy bypass fields.
Diffstat (limited to 'config/squid/squid.xml')
-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 fe648a18..4ce0af0f 100644
--- a/config/squid/squid.xml
+++ b/config/squid/squid.xml
@@ -177,14 +177,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, 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 (;).</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, 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 (;).</description>
<type>input</type>
<size>80</size>
</field>