summaryrefslogtreecommitdiff
path: root/testdata/stream_ssl.tdir/stream_ssl.serv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/stream_ssl.tdir/stream_ssl.serv.conf')
-rw-r--r--testdata/stream_ssl.tdir/stream_ssl.serv.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/stream_ssl.tdir/stream_ssl.serv.conf b/testdata/stream_ssl.tdir/stream_ssl.serv.conf
new file mode 100644
index 000000000000..9dd169ff78bf
--- /dev/null
+++ b/testdata/stream_ssl.tdir/stream_ssl.serv.conf
@@ -0,0 +1,20 @@
+server:
+ verbosity: 2
+ # num-threads: 1
+ interface: 127.0.0.1
+ port: @SERVPORT@
+ use-syslog: no
+ directory: .
+ pidfile: "unbound-serv.pid"
+ chroot: ""
+ username: ""
+ do-not-query-localhost: yes
+ local-data: "www.example.com. IN A 10.20.30.40"
+ ssl-port: @SERVPORT@
+ ssl-service-key: "unbound_server.key"
+ ssl-service-pem: "unbound_server.pem"
+
+# no other queries should reach here.
+forward-zone:
+ name: "."
+ forward-addr: "127.0.0.1"