]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- nitpick fixes in example.conf.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Apr 2018 08:30:25 +0000 (08:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Apr 2018 08:30:25 +0000 (08:30 +0000)
git-svn-id: file:///svn/unbound/trunk@4603 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index df5c20b50561040a9c445089cb604684a841ef4c..c8dbb700a54ffceea3b1e6d98f20ac3334eb8e3d 100644 (file)
@@ -1,5 +1,6 @@
 5 April 2018: Wouter
        - Combine write of tcp length and tcp query for dns over tls.
+       - nitpick fixes in example.conf.
 
 3 April 2018: Wouter
        - Fix #4043: make test fails due to v6 presentation issue in macOS.
index e0b0081b37b02ba007e62639b717e8413d3e8708..b19931129aa4c1a118deae50ddb4e308eae363ee 100644 (file)
@@ -199,7 +199,7 @@ server:
        # upstream connections use TCP only (and no UDP), "yes" or "no"
        # useful for tunneling scenarios, default no.
        # tcp-upstream: no
-       
+
        # upstream connections also use UDP (even if do-udp is no).
        # useful if if you want UDP upstream, but don't provide UDP downstream.
        # udp-upstream-without-downstream: no
@@ -320,7 +320,7 @@ server:
 
        # enable to not answer version.server and version.bind queries.
        # hide-version: no
-       
+
        # enable to not answer trustanchor.unbound queries.
        # hide-trustanchor: no
 
@@ -630,7 +630,7 @@ server:
        # o inform acts like transparent, but logs client IP address
        # o inform_deny drops queries and logs client IP address
        # o always_transparent, always_refuse, always_nxdomain, resolve in
-       #   that way but ignore local data for that name.
+       #   that way but ignore local data for that name
        # o noview breaks out of that view towards global local-zones.
        #
        # defaults are localhost address, reverse for 127.0.0.1 and ::1
@@ -854,7 +854,7 @@ remote-control:
 #      name: "viewname"
 #      local-zone: "example.com" redirect
 #      local-data: "example.com A 192.0.2.3"
-#      local-data-ptr: "192.0.2.3 www.example.com"
+#      local-data-ptr: "192.0.2.3 www.example.com"
 #      view-first: no
 # view:
 #      name: "anotherview"