[Unbound-users] forward-zone: Is it possible to read the domain "name:" clause from text input file ?

Jan-Piet Mens jpmens.dns at gmail.com
Thu Oct 13 15:41:43 UTC 2011


> what would the syntax be in the forward-zone: section ?

$ grep include unbound.conf
include "myzones.txt"

$ cat myzones.txt
forward-zone:
        name: banana.com
        forward-addr: 10.0.0.2
forward-zone:
        name: banana2.com
        forward-addr: 10.0.0.2
...

        -JP



More information about the Unbound-users mailing list