mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-01 11:19:27 -05:00
25 lines
402 B
Text
25 lines
402 B
Text
server:
|
|
verbosity: 3
|
|
interface: 127.0.0.1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: .
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
directory: ""
|
|
val-log-level: 2
|
|
|
|
auto-trust-anchor-file: "root.key"
|
|
|
|
module-config: "subnetcache validator iterator"
|
|
|
|
client-subnet-always-forward: yes
|
|
|
|
ede: yes
|
|
|
|
do-not-query-localhost: no
|
|
|
|
forward-zone:
|
|
name: "example.nl"
|
|
forward-addr: 127.0.0.1@@PORT2@
|