]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix that forward-zone name is documented as the full name of the
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Nov 2021 09:16:27 +0000 (10:16 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Nov 2021 09:16:27 +0000 (10:16 +0100)
  zone. It is not relative but a fully qualified domain name.

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

index 565a3e4df6ecc991282bbb52a375a279083853cb..6c099a37715f8d8b9a661beaae7bcb3b7c42d17d 100644 (file)
@@ -1,3 +1,7 @@
+5 November 2021: Wouter
+       - Fix that forward-zone name is documented as the full name of the
+         zone. It is not relative but a fully qualified domain name.
+
 2 November 2021: Wouter
        - Fix #552: Unbound assumes index.html exists on RPZ host.
 
index 05971544bdacc3696502529d428d40af32fedfd3..a1a2c3eff8317d169704230a58fc8f31b42e302e 100644 (file)
@@ -1838,7 +1838,7 @@ 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.
+Name of the stub zone. This is the full domain name of the zone.
 .TP
 .B stub\-host: \fI<domain name>
 Name of stub zone nameserver. Is itself resolved before it is used.
@@ -1895,7 +1895,7 @@ forward all queries to that other server (unless it can answer from
 the cache).
 .TP
 .B name: \fI<domain name>
-Name of the forward zone.
+Name of the forward zone. This is the full domain name of the zone.
 .TP
 .B forward\-host: \fI<domain name>
 Name of server to forward to. Is itself resolved before it is used.