[Unbound-users] owerwritting implicit AS112 zones

Stephane Bortzmeyer bortzmeyer at nic.fr
Mon Mar 2 08:12:25 UTC 2009


On Sat, Feb 28, 2009 at 05:52:42PM +0300,
 Michael Tokarev <mjt at tls.msk.ru> wrote 
 a message of 31 lines which said:

> I discovered how to do it.
> By adding
>
>   local-zone: "1.168.192.in-addr.arpa" transparent

The documentation says to use "nodefault". Here is how I do it and it
seems to work:

server:
# Do not forget to put local-zone in the "server:" section or you'll get
# undecipherable error messages!
        ...
        # Suppress the default:
        local-zone: 10.in-addr.arpa. nodefault

forward-zone:
     name:   "0.10.in-addr.arpa"
     forward-addr: 192.134.4.162
     forward-addr: 192.134.4.163
forward-zone:
     name:   "1.10.in-addr.arpa"
     forward-addr: 192.134.4.162
     forward-addr: 192.134.4.163
...



More information about the Unbound-users mailing list