aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-09-05 11:48:59 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2012-09-05 11:48:59 -0300
commit4c831fa13616e99b6356db302e0088b95d4cb341 (patch)
treecae191450c988f4ea01e4fee16497a0fda8b509a /config/squid-reverse/squid.xml
parent08f323cc1d5fa1238d1a55a6a96c9767a46d82bb (diff)
downloadpfsense-packages-4c831fa13616e99b6356db302e0088b95d4cb341.tar.gz
pfsense-packages-4c831fa13616e99b6356db302e0088b95d4cb341.tar.bz2
pfsense-packages-4c831fa13616e99b6356db302e0088b95d4cb341.zip
squid3 - include dns_v4_first options that fixes https connection errors on squid3
Diffstat (limited to 'config/squid-reverse/squid.xml')
-rw-r--r--config/squid-reverse/squid.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.xml b/config/squid-reverse/squid.xml
index 1c1a8c6a..943f3ed5 100644
--- a/config/squid-reverse/squid.xml
+++ b/config/squid-reverse/squid.xml
@@ -271,7 +271,7 @@
<type>checkbox</type>
</field>
<field>
- <fielddescr>Bypass proxy for Private Address Space (RFC 1918) destination</fielddescr>
+ <fielddescr>Bypass proxy for Private Address destination</fielddescr>
<fieldname>private_subnet_proxy_off</fieldname>
<description>Do not forward traffic to Private Address Space (RFC 1918) &lt;b&gt;destination&lt;/b&gt; through the proxy server but directly through the firewall.</description>
<type>checkbox</type>
@@ -291,6 +291,12 @@
<size>70</size>
</field>
<field>
+ <fielddescr>Resolv dns v4 first</fielddescr>
+ <fieldname>dns_v4_first</fieldname>
+ <description><![CDATA[Enable this option to force dns v4 lookup first. This option is very usefull if you have problems to access https sites.]]></description>
+ <type>checkbox</type>
+ </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>