From f6776caca5afceaa1a8349cca3d263c6635bf7fb Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Fri, 17 Dec 2010 19:12:12 +0200 Subject: 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... --- config/unbound/unbound.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/unbound/unbound.xml') 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 @@ checkbox on + + private_address + Private Address support + With this option enabled <a href="http://tools.ietf.org/html/rfc1918">RFC1918</a> addresses are stripped away from DNS answers. Additionally, the DNSSEC validator may mark the answers bogus. This protects against <a href="http://en.wikipedia.org/wiki/DNS_rebinding">DNS Rebinding</a>. <br/> <b>Note:</b> Domain Overrides and Host entries will be allowed to return answers if this option is enabled. + checkbox + on +