diff options
Diffstat (limited to 'testdata/fwd_three.tdir/fwd_three.conf')
-rw-r--r-- | testdata/fwd_three.tdir/fwd_three.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/fwd_three.tdir/fwd_three.conf b/testdata/fwd_three.tdir/fwd_three.conf new file mode 100644 index 000000000000..f25ceb54ce63 --- /dev/null +++ b/testdata/fwd_three.tdir/fwd_three.conf @@ -0,0 +1,17 @@ +server: + verbosity: 4 # old 2 + num-threads: 5 + interface: 127.0.0.1 + port: @PORT@ + outgoing-range: 2 + outgoing-num-tcp: 2 + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + num-queries-per-thread: 1 + use-syslog: no + do-not-query-localhost: no +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" |