aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid/squid.xml
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs@pfsense.org>2008-08-11 22:48:49 +0000
committerMartin Fuchs <mfuchs@pfsense.org>2008-08-11 22:48:49 +0000
commite55f34c23d66c2b96e25a46a491d3430fcc20ea6 (patch)
tree6bee38f6b634c8b3728266e7a6b1314305dae310 /packages/squid/squid.xml
parent9289e8b32471eab8a34cdcd9f078e5ffb666c0c3 (diff)
downloadpfsense-packages-e55f34c23d66c2b96e25a46a491d3430fcc20ea6.tar.gz
pfsense-packages-e55f34c23d66c2b96e25a46a491d3430fcc20ea6.tar.bz2
pfsense-packages-e55f34c23d66c2b96e25a46a491d3430fcc20ea6.zip
allow squid to use separate DNS-servers
Diffstat (limited to 'packages/squid/squid.xml')
-rw-r--r--packages/squid/squid.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/squid/squid.xml b/packages/squid/squid.xml
index 5c19d96f..9f138ed9 100644
--- a/packages/squid/squid.xml
+++ b/packages/squid/squid.xml
@@ -242,7 +242,7 @@
<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>&lt;b&gt; strip:&lt;/b&gt; The whitespace characters are stripped out of the URL. This is the behavior recommended by RFC2396. &lt;p&gt; &lt;b&gt; deny:&lt;/b&gt; The request is denied. The user receives an "Invalid Request" message.&lt;p&gt; &lt;b&gt; allow:&lt;/b&gt; The request is allowed and the URI is not changed. The whitespace characters remain in the URI.&lt;p&gt; &lt;b&gt; encode:&lt;/b&gt; The request is allowed and the whitespace characters are encoded according to RFC1738.&lt;p&gt; &lt;b&gt; chop:&lt;/b&gt; 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 different 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 spaces.</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>