diff options
Diffstat (limited to 'testdata/ctrl_pipe.tdir/ctrl_pipe.conf')
-rw-r--r-- | testdata/ctrl_pipe.tdir/ctrl_pipe.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testdata/ctrl_pipe.tdir/ctrl_pipe.conf b/testdata/ctrl_pipe.tdir/ctrl_pipe.conf new file mode 100644 index 000000000000..d7c68197ce53 --- /dev/null +++ b/testdata/ctrl_pipe.tdir/ctrl_pipe.conf @@ -0,0 +1,23 @@ +server: + verbosity: 4 + # num-threads: 1 + interface: 127.0.0.1 + port: @PORT@ + use-syslog: no + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + do-not-query-localhost: no +remote-control: + control-enable: yes + control-interface: @PATH@/controlpipe.@PID@ + control-use-cert: no + #server-key-file: "unbound_server.key" + #server-cert-file: "unbound_server.pem" + #control-key-file: "unbound_control.key" + #control-cert-file: "unbound_control.pem" +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" + |