diff options
Diffstat (limited to 'testdata/auth_https.tdir/auth_https.conf')
| -rw-r--r-- | testdata/auth_https.tdir/auth_https.conf | 18 |
1 files changed, 18 insertions, 0 deletions
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" + |
