blob: baeee5f54f2ce801c9b95f839784ed0134d68040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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@"
|