diff options
Diffstat (limited to 'testdata/stream_tcp.tdir/stream_tcp.conf')
-rw-r--r-- | testdata/stream_tcp.tdir/stream_tcp.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/stream_tcp.tdir/stream_tcp.conf b/testdata/stream_tcp.tdir/stream_tcp.conf new file mode 100644 index 000000000000..2b900640e764 --- /dev/null +++ b/testdata/stream_tcp.tdir/stream_tcp.conf @@ -0,0 +1,14 @@ +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 +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" |