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