1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-02 02:08:43 +02:00
build/product/router/unbound.conf
David Oberhollenzer 8c76110586 Fix unbound directory setup
- Move root.key into /etc/unbound directory
 - Remove pid file from config, it is baked into the configure options
 - Make sure unbound does not try to chroot anywhere

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-06-04 16:27:10 +02:00

13 lines
337 B
Plaintext

server:
# allow only queries from local machine on port 5353
interface: 127.0.0.1
access-control: 127.0.0.0/8 allow
port: 5353
# See RFC 7816 "DNS Query Name Minimisation to Improve Privacy"
qname-minimisation: yes
# Root trust anchor key file for DNSSEC validation.
auto-trust-anchor-file: "/etc/unbound/root.key"
chroot: ""