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