Files
cloudron-box/setup/start/unbound.conf

22 lines
690 B
Plaintext
Raw Normal View History

2022-02-09 17:49:41 -08:00
# Unbound is used primarily for RBL queries (host 2.0.0.127.zen.spamhaus.org)
# We cannot use dnsmasq because it is not a recursive resolver and defaults to the value in the interfaces file (which is Google DNS!)
2019-11-13 14:48:56 -08:00
server:
port: 53
interface: 127.0.0.1
interface: 172.18.0.1
ip-freebind: yes
2022-08-01 12:59:50 +02:00
do-ip6: yes
2019-11-13 14:48:56 -08:00
access-control: 127.0.0.1 allow
access-control: 172.18.0.1/16 allow
cache-max-negative-ttl: 30
cache-max-ttl: 300
# enable below for logging to journalctl -u unbound
# verbosity: 5
# log-queries: yes
# https://github.com/NLnetLabs/unbound/issues/806
remote-control:
control-enable: no