]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Document in the manual more text about configuring locally served
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Aug 2015 10:34:29 +0000 (10:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Aug 2015 10:34:29 +0000 (10:34 +0000)
  zones.

git-svn-id: file:///svn/unbound/trunk@3465 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in

index bf2f51985315c70dc5753840bf13355cade39066..e70a9d07ed519b79620b816781ad7c70bcf80d23 100644 (file)
@@ -1,3 +1,7 @@
+3 August 2015: Wouter
+       - Document in the manual more text about configuring locally served
+         zones.
+
 30 July 2015: Wouter
        - please afl-gcc (llvm) for uninitialised variable warning.
        - Added permit-small-holddown config to debug fast 5011 rollover.
index 11ab44e9485d2ba47cf89df7cd85e22fcb23e9f9..90491119eac1c3d9d3134e6d3d34a547d1ea6cde 100644 (file)
@@ -626,6 +626,8 @@ remote-control:
 # nameservers by hostname or by ipaddress. If you set stub-prime to yes, 
 # the list is treated as priming hints (default is no).
 # With stub-first yes, it attempts without the stub if it fails.
+# Consider adding domain-insecure: name and local-zone: name nodefault
+# to the server: section if the stub is a locally served zone.
 # stub-zone:
 #      name: "example.com"
 #      stub-addr: 192.0.2.68
index 3a2c76a4cb3d855779d462fef41c27822fc410e6..631b8b43ecefe0ad05425ee99090f0c77a669e3b 100644 (file)
@@ -1128,6 +1128,12 @@ bit on replies for the private zone (authoritative servers do not set the
 AD bit).  This setup makes unbound capable of answering queries for the 
 private zone, and can even set the AD bit ('authentic'), but the AA 
 ('authoritative') bit is not set on these replies. 
+.P
+Consider adding \fBserver:\fR statements for \fBdomain\-insecure:\fR and
+for \fBlocal\-zone:\fI name nodefault\fR for the zone if it is a locally
+served zone.  The insecure clause stops DNSSEC from invalidating the
+zone.  The local zone nodefault (or \fItransparent\fR) clause makes the
+(reverse\-) zone bypass unbound's filtering of RFC1918 zones.
 .TP
 .B name: \fI<domain name>
 Name of the stub zone.