summaryrefslogtreecommitdiff
path: root/testdata/09-unbound-control.tdir/09-unbound-control.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/09-unbound-control.tdir/09-unbound-control.conf')
-rw-r--r--testdata/09-unbound-control.tdir/09-unbound-control.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/testdata/09-unbound-control.tdir/09-unbound-control.conf b/testdata/09-unbound-control.tdir/09-unbound-control.conf
new file mode 100644
index 000000000000..ba55e34e8869
--- /dev/null
+++ b/testdata/09-unbound-control.tdir/09-unbound-control.conf
@@ -0,0 +1,24 @@
+server:
+ verbosity: 2
+ # 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: 127.0.0.1
+ # control-interface: ::1
+ control-port: @CONTROL_PORT@
+ 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@"
+