mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 08:39:51 -05:00
21 lines
389 B
Text
21 lines
389 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: ::1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
stub-zone:
|
|
name: "example.net"
|
|
stub-addr: "127.0.0.1@@STUB2_PORT@"
|
|
stub-zone:
|
|
name: "example.com"
|
|
stub-addr: "127.0.0.1@@STUB2_PORT@"
|
|
# a k a root hints
|
|
stub-zone:
|
|
name: "."
|
|
stub-addr: "::1@@STUB1_PORT@"
|