74a8807cccf004c8eb5a6dfc73b1d1cbd9fc20e3
services/dns/Recursive-DNS-resolver.md
| ... | ... | @@ -44,6 +44,11 @@ server: |
| 44 | 44 | access-control: 0.0.0.0/0 allow |
| 45 | 45 | # dn42 root servers |
| 46 | 46 | root-hints: /etc/unbound/dn42.hints |
| 47 | + # enable IPv6 |
|
| 48 | + do-ip6: yes |
|
| 49 | + # allow reverse lookup of rfc1918 space, which includes the DN42 address space |
|
| 50 | + unblock-lan-zones: yes |
|
| 51 | + insecure-lan-zones: yes |
|
| 47 | 52 | |
| 48 | 53 | remote-control: |
| 49 | 54 | control-enable: no |