aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.xml
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-12-17 19:12:12 +0200
committerWarren Baker <warren@decoy.co.za>2010-12-17 19:12:12 +0200
commitf6776caca5afceaa1a8349cca3d263c6635bf7fb (patch)
treeef9575b238fb8f78a212a56cc9b6bef66b6f3e26 /config/unbound/unbound.xml
parentbaed1fbf528a885c1c07bf38d1a5821f8c681828 (diff)
downloadpfsense-packages-f6776caca5afceaa1a8349cca3d263c6635bf7fb.tar.gz
pfsense-packages-f6776caca5afceaa1a8349cca3d263c6635bf7fb.tar.bz2
pfsense-packages-f6776caca5afceaa1a8349cca3d263c6635bf7fb.zip
Add DNS Rebinding check as checkbox. If any DNS answers return RFC1918 address the answer is stripped, unless the domain is configured in domainoverrides. With this option disabled all RFC1918 answers will be returned. Possibly need to break this and few other options into rowhelper type page...
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r--config/unbound/unbound.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml
index f7a851eb..43947698 100644
--- a/config/unbound/unbound.xml
+++ b/config/unbound/unbound.xml
@@ -118,6 +118,13 @@
<type>checkbox</type>
<default_value>on</default_value>
</field>
+ <field>
+ <fieldname>private_address</fieldname>
+ <fielddescr>Private Address support</fielddescr>
+ <description>With this option enabled &lt;a href="http://tools.ietf.org/html/rfc1918"&gt;RFC1918&lt;/a&gt; addresses are stripped away from DNS answers. Additionally, the DNSSEC validator may mark the answers bogus. This protects against &lt;a href="http://en.wikipedia.org/wiki/DNS_rebinding"&gt;DNS Rebinding&lt;/a&gt;. &lt;br/&gt; &lt;b&gt;Note:&lt;/b&gt; Domain Overrides and Host entries will be allowed to return answers if this option is enabled.</description>
+ <type>checkbox</type>
+ <default_value>on</default_value>
+ </field>
<!--<field>
<fieldname>regdhcp</fieldname>
<fielddescr>Register DHCP leases</fielddescr>