diff options
author | rob <rob@ubuntu.local> | 2009-04-11 02:53:58 -0700 |
---|---|---|
committer | rob <rob@ubuntu.local> | 2009-04-11 02:53:58 -0700 |
commit | 00ca1313d055ddf8c2823b7f76c553ed75d765dd (patch) | |
tree | 23a611405fa7c99dc957b87aed83537707885565 /config/squid3 | |
parent | 83d4c55637161dc97fd611fa4faf3f1872dcc8da (diff) | |
parent | 81372f3fb6e45543837b7e0746b9c5f4f2b50c93 (diff) | |
download | pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.tar.gz pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.tar.bz2 pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.zip |
Merge commit 'mainline/master'
Diffstat (limited to 'config/squid3')
-rw-r--r-- | config/squid3/squid.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid3/squid.xml b/config/squid3/squid.xml index 8529526e..662805da 100644 --- a/config/squid3/squid.xml +++ b/config/squid3/squid.xml @@ -169,15 +169,15 @@ <required/> </field> <field> - <fielddescr>Do NOT proxy Private Address Space (RFC 1918)</fielddescr> + <fielddescr>Bypass proxy for Private Address Space (RFC 1918) destination</fielddescr> <fieldname>private_subnet_proxy_off</fieldname> - <description>Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server.</description> + <description>Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server but directly through the firewall.</description> <type>checkbox</type> </field> <field> - <fielddescr>Do NOT proxy these IPs</fielddescr> + <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 through the proxy server. Separate by semi-colons (;).</description> + <description>Do not forward traffic from these <b>source</b> IPs through the proxy server but directly through the firewall. Separate by semi-colons (;).</description> <type>input</type> <size>80</size> </field> |