mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
22 lines
408 B
Text
22 lines
408 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: @CLIEPORT@
|
|
use-syslog: no
|
|
directory: .
|
|
pidfile: "unbound-clie.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
|
|
ssl-upstream: yes
|
|
tls-cert-bundle: unbound_server.pem
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr: "127.0.0.1@@SERVPORT@#unbound"
|
|
|
|
forward-zone:
|
|
name: "test.host."
|
|
forward-host: "unbound.server@@SERVPORT@#unbound"
|