mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 14:29:37 -05:00
33 lines
791 B
Text
33 lines
791 B
Text
server:
|
|
verbosity: 7
|
|
num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
module-config: "cachedb iterator"
|
|
root-key-sentinel: no
|
|
trust-anchor-signaling: no
|
|
log-time-ascii: yes
|
|
log-time-iso: yes
|
|
cachedb:
|
|
backend: redis
|
|
redis-server-path: @REDIS_SOCKET@
|
|
redis-replica-server-path: @REDIS_REPLICA_SOCKET@
|
|
auth-zone:
|
|
name: "redis.com"
|
|
for-upstream: yes
|
|
for-downstream: no
|
|
zonefile: "redis.zone"
|
|
remote-control:
|
|
control-enable: yes
|
|
control-interface: 127.0.0.1
|
|
# control-interface: ::1
|
|
control-port: @CONTROL_PORT@
|
|
server-key-file: "unbound_server.key"
|
|
server-cert-file: "unbound_server.pem"
|
|
control-key-file: "unbound_control.key"
|
|
control-cert-file: "unbound_control.pem"
|