8ba25b126a
git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@4264 be551aaa-1e26-0410-a405-d3ace91eadb9
20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: ::1
|
|
outgoing-interface: ::1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
stub-zone:
|
|
name: "example.com"
|
|
stub-addr: "::1@@TOPORT@"
|
|
# a k a root hints
|
|
stub-zone:
|
|
name: "."
|
|
stub-addr: "::1@@TOPORT@"
|