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