summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2014-04-02 21:43:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2014-04-02 21:43:31 +0000
commitd8eb3272575cd24e109a221967f5e51061539b6a (patch)
treeb240a07e27aa40227386a9c3014235e5dd412839 /etc
parent13c7894db90af0a6c6176802f8a856601e3918d3 (diff)
Fix syntax error in commented out local-zone entry. OK sthen@
Diffstat (limited to 'etc')
-rw-r--r--etc/unbound.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf
index 1048ebcce39..19f598c7a3f 100644
--- a/etc/unbound.conf
+++ b/etc/unbound.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: unbound.conf,v 1.3 2014/03/23 12:25:26 sthen Exp $
+# $OpenBSD: unbound.conf,v 1.4 2014/04/02 21:43:30 millert Exp $
server:
interface: 127.0.0.1
@@ -19,12 +19,11 @@ server:
#auto-trust-anchor-file: "/var/unbound/db/root.key"
# Serve zones authoritatively from Unbound to resolver clients.
- # Not for external service. Note use of "nodefault" for AS112 zones,
- # i.e. reverse lookup zones for RFC1918 and similar addresses.
+ # Not for external service.
#
#local-zone: "local." static
#local-data: "mycomputer.local. IN A 192.0.2.51"
- #local-zone: "2.0.192.in-addr.arpa." static nodefault
+ #local-zone: "2.0.192.in-addr.arpa." static
#local-data-ptr: "192.0.2.51 mycomputer.local"
# UDP EDNS reassembly buffer advertised to peers. Default 4096.