diff options
Diffstat (limited to 'testdata/fwd_udp.tdir/fwd_udp.conf')
-rw-r--r-- | testdata/fwd_udp.tdir/fwd_udp.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/fwd_udp.tdir/fwd_udp.conf b/testdata/fwd_udp.tdir/fwd_udp.conf new file mode 100644 index 000000000000..781eebc29c2f --- /dev/null +++ b/testdata/fwd_udp.tdir/fwd_udp.conf @@ -0,0 +1,15 @@ +server: + verbosity: 5 + # 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@" + |