]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unbound/testdata/cachedb_no_store.tdir/cachedb_no_store.conf
unbound: Vendor import 1.19.1
[FreeBSD/FreeBSD.git] / contrib / unbound / testdata / cachedb_no_store.tdir / cachedb_no_store.conf
1 server:
2         verbosity: 4
3         interface: 127.0.0.1
4         port: @PORT@
5         use-syslog: no
6         directory: ""
7         pidfile: "unbound.pid"
8         chroot: ""
9         username: ""
10         module-config: "cachedb iterator"
11         do-not-query-localhost: no
12         qname-minimisation: no
13
14 forward-zone:
15         name: "."
16         forward-addr: 127.0.0.1@@TOPORT@
17
18 stub-zone:
19         name: "example.com"
20         stub-addr: 127.0.0.1@@TOPORT@
21
22 remote-control:
23         control-enable: yes
24         control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
25         control-use-cert: no
26
27 cachedb:
28         backend: "testframe"
29         secret-seed: "testvalue"