mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
18 lines
324 B
Text
18 lines
324 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
stub-zone:
|
|
name: "example.com"
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|
|
# a k a root hints
|
|
stub-zone:
|
|
name: "."
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|