mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 14:29:37 -05:00
36 lines
818 B
Text
36 lines
818 B
Text
server:
|
|
verbosity: 7
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
interface: 127.0.0.1@@PROXYPORT@
|
|
port: @PORT@
|
|
proxy-protocol-port: @PROXYPORT@
|
|
access-control: 1.0.0.0/8 allow
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
target-fetch-policy: "0 0 0 0 0"
|
|
send-client-subnet: 127.0.0.1
|
|
max-client-subnet-ipv4: 17
|
|
module-config: "subnetcache iterator"
|
|
qname-minimisation: no
|
|
minimal-responses: no
|
|
remote-control:
|
|
control-enable: yes
|
|
control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
|
|
control-use-cert: no
|
|
stub-zone:
|
|
name: "."
|
|
stub-prime: no
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|
|
stub-zone:
|
|
name: "example.com"
|
|
stub-prime: no
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|
|
stub-zone:
|
|
name: "example.net"
|
|
stub-prime: no
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|