diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-18 18:12:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-18 18:12:16 +0000 |
commit | d3c2c35087e544c22a4f2defa4fbc54544ceabcf (patch) | |
tree | bf230d4b929241b46d351bbb75ea803b973a472c /packages/squid3/squid.xml | |
parent | eb61ec56bc64b2087fff50eaef08480c2ad4c066 (diff) | |
download | pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.tar.gz pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.tar.bz2 pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.zip |
Update package with latest
Diffstat (limited to 'packages/squid3/squid.xml')
-rw-r--r-- | packages/squid3/squid.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/squid3/squid.xml b/packages/squid3/squid.xml index 5c19d96f..b05a2e62 100644 --- a/packages/squid3/squid.xml +++ b/packages/squid3/squid.xml @@ -238,11 +238,11 @@ <field> <fielddescr>Disable VIA</fielddescr> <fieldname>disable_via</fieldname> - <description>If not set, Squid will include a Via header in requests and replies.</description> + <description>If not set, Squid will include a Via header in requests and replies as required by RFC2616.</description> <type>checkbox</type> </field> <field> - <fielddescr>What to do with requests that have whitespace characters in the URI.</fielddescr> + <fielddescr>What to do with requests that have whitespace characters in the URI</fielddescr> <fieldname>uri_whitespace</fieldname> <description><b> strip:</b> The whitespace characters are stripped out of the URL. This is the behavior recommended by RFC2396. <p> <b> deny:</b> The request is denied. The user receives an "Invalid Request" message.<p> <b> allow:</b> The request is allowed and the URI is not changed. The whitespace characters remain in the URI.<p> <b> encode:</b> The request is allowed and the whitespace characters are encoded according to RFC1738.<p> <b> chop:</b> The request is allowed and the URI is chopped at the first whitespace.</description> <type>select</type> @@ -271,6 +271,13 @@ </options> </field> <field> + <fielddescr>Use alternate DNS-servers for the proxy-server</fielddescr> + <fieldname>dns_nameservers</fieldname> + <description>If you want to use other DNS-servers than the DNS-forwarder, enter the IPs here, separated by semi-colons (;).</description> + <type>input</type> + <size>60</size> + </field> + <field> <fielddescr>Custom Options</fielddescr> <fieldname>custom_options</fieldname> <description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the configuration. They need to be squid.conf native options, otherwise squid will NOT work.</description> |