Adding unbound as dns resolver

This commit is contained in:
Patrick Oberdorf
2018-02-14 12:15:45 +01:00
parent 31b887807a
commit d0f759acca
4 changed files with 129 additions and 1 deletions

19
core/unbound/unbound.conf Normal file
View File

@@ -0,0 +1,19 @@
server:
verbosity: 1
interface: 0.0.0.0
interface: ::0
logfile: /dev/stdout
do-ip4: yes
do-ip6: yes
do-udp: yes
do-tcp: yes
do-daemonize: no
access-control: 0.0.0.0/0 allow
directory: "/etc/unbound"
username: unbound
auto-trust-anchor-file: trusted-key.key
root-hints: "/etc/unbound/root.hints"
hide-identity: yes
hide-version: yes
max-udp-size: 4096
msg-buffer-size: 65552