mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
24 lines
457 B
Text
24 lines
457 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
|
|
|
|
local-data: "foo.example.com. A 1.1.1.1"
|
|
|
|
access-control: 0.0.0.0/0 allow
|
|
access-control: 127.0.0.0/8 allow
|
|
access-control: ::0/0 allow
|
|
access-control: ::1 allow
|
|
access-control: ::ffff:127.0.0.1 allow
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr: "127.0.0.1@@TOPORT@"
|
|
|