mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 09:39:43 -05:00
19 lines
320 B
Text
19 lines
320 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@"
|
||
|
|
# a k a root hints
|
||
|
|
stub-zone:
|
||
|
|
name: "."
|
||
|
|
stub-addr: "::1@@STUB1_PORT@"
|