diff options
Diffstat (limited to 'testdata/fwd_ancil.tdir/fwd_ancil.conf')
-rw-r--r-- | testdata/fwd_ancil.tdir/fwd_ancil.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/fwd_ancil.tdir/fwd_ancil.conf b/testdata/fwd_ancil.tdir/fwd_ancil.conf new file mode 100644 index 000000000000..022e10f717c4 --- /dev/null +++ b/testdata/fwd_ancil.tdir/fwd_ancil.conf @@ -0,0 +1,17 @@ +server: + verbosity: 1 + # num-threads: 1 + port: @PORT@ + use-syslog: no + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + do-not-query-localhost: no + interface-automatic: yes + access-control: 0.0.0.0/0 allow + access-control: ::0/0 allow +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" + |