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

14 lines
360 B
Plaintext
Raw Normal View History

2019-11-13 14:48:56 -08:00
server:
2020-11-25 10:02:43 -08:00
port: 53
2020-11-18 11:43:28 -08:00
interface: 127.0.0.1
interface: 172.18.0.1
2019-11-13 14:48:56 -08:00
do-ip6: no
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