mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
19 lines
346 B
Text
19 lines
346 B
Text
|
|
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: "blanks.example.com"
|
||
|
|
for-upstream: yes
|
||
|
|
for-downstream: yes
|
||
|
|
url: "https://127.0.0.1:@TOPORT@/blanks.example.com.zone"
|
||
|
|
|