From 0d52db320ed9c5c3cb2eff4e74fa4ec030fcb416 Mon Sep 17 00:00:00 2001 From: millert <> Date: Wed, 2 Apr 2014 21:43:30 +0000 Subject: [PATCH] Fix syntax error in commented out local-zone entry. OK sthen@ --- src/etc/unbound.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/etc/unbound.conf b/src/etc/unbound.conf index 1048ebcc..19f598c7 100644 --- a/src/etc/unbound.conf +++ b/src/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.