From 8dd7b4e63c9b1a28a93d6850a29cc25c69e27531 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 20 Apr 2013 12:36:57 +0200 Subject: [PATCH 1/1] By default unbound answers queries for ASN112 networks on its own. Teach it to behave. --- modules/unbound/templates/unbound.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index a8001903e..e8e8b581b 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -54,6 +54,7 @@ forward-zone: # XXX : we probably ought to forward 172.29 reverse queries to our nameserver # if our forwarders are not ours. <% else -%> +local-zone: "29.172.in-addr.arpa" nodefault forward-zone: name: "29.172.in-addr.arpa" forward-host: ns1.debian.org -- 2.20.1