diff options
Diffstat (limited to 'testdata/stub_udp6.tdir/stub_udp6.conf')
-rw-r--r-- | testdata/stub_udp6.tdir/stub_udp6.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/stub_udp6.tdir/stub_udp6.conf b/testdata/stub_udp6.tdir/stub_udp6.conf new file mode 100644 index 000000000000..a037908b3166 --- /dev/null +++ b/testdata/stub_udp6.tdir/stub_udp6.conf @@ -0,0 +1,19 @@ +server: + verbosity: 2 + # num-threads: 1 + interface: ::1 + outgoing-interface: ::1 + port: @PORT@ + use-syslog: no + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + do-not-query-localhost: no +stub-zone: + name: "example.com" + stub-addr: "::1@@TOPORT@" +# a k a root hints +stub-zone: + name: "." + stub-addr: "::1@@TOPORT@" |