mirror of
https://github.com/pygos/build.git
synced 2024-11-01 01:45:37 +01:00
c7231478d5
Add a generic, stackable layer based structure instead of special purpose subdirectories with specific behaviour. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
12 lines
337 B
Text
12 lines
337 B
Text
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: ""
|