From 197f1a0fe3e81cde0cd25a3a1f37ebedf9a99488 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sat, 12 May 2018 11:56:38 +0000 Subject: Vendor import of Unbound 1.7.0. --- testdata/auth_https.tdir/auth_https.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testdata/auth_https.tdir/auth_https.conf (limited to 'testdata/auth_https.tdir/auth_https.conf') diff --git a/testdata/auth_https.tdir/auth_https.conf b/testdata/auth_https.tdir/auth_https.conf new file mode 100644 index 000000000000..add166f6d582 --- /dev/null +++ b/testdata/auth_https.tdir/auth_https.conf @@ -0,0 +1,18 @@ +server: + verbosity: 7 + # num-threads: 1 + interface: 127.0.0.1 + port: @PORT@ + use-syslog: no + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + do-not-query-localhost: no + use-caps-for-id: yes +auth-zone: + name: "example.com" + for-upstream: yes + for-downstream: yes + url: "https://127.0.0.1:@TOPORT@/example.com.zone" + -- cgit v1.3