mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
23 lines
488 B
Text
23 lines
488 B
Text
server:
|
|
verbosity: 5
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: UPORT
|
|
use-syslog: no
|
|
directory: .
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
# key +005+30899
|
|
trust-anchor: "example.com. 3600 IN DS 30899 5 1 d4bf9d2e10f6d76840d42ef5913022abcd0bf512"
|
|
# validation time
|
|
val-override-date: "20100406005004"
|
|
fake-sha1: yes
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr: "127.0.0.1@TOPORT"
|
|
stub-zone:
|
|
name: "example.com"
|
|
stub-addr: "127.0.0.1@TOPORT"
|