2ea53f25106fdbf58dcfb42f17191017f715f140
services/dns/Configuration.md
| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | # Forwarder setup |
| 2 | 2 | |
| 3 | -Configuration of common resolver softwares, to forward DNS queries for `.dn42` (and reverse DNS) to `fd42:d42:d42:54::1` (or `172.23.0.53`). |
|
| 3 | +Configuration of common resolver softwares to forward DNS queries for `.dn42` (and reverse DNS) IPv4 and IPv6 anycast services. |
|
| 4 | 4 | |
| 5 | 5 | ## BIND |
| 6 | 6 | |
| ... | ... | @@ -79,8 +79,7 @@ root_servers["23.172.in-addr.arpa."] = "dn42_root" |
| 79 | 79 | |
| 80 | 80 | ## Unbound |
| 81 | 81 | |
| 82 | -`unbound.conf` for forwarding requests to `172.23.0.53`. |
|
| 83 | - |
|
| 82 | +Make sure DNSSEC is disabled (`auto-trust-anchor-file` is not set): |
|
| 84 | 83 | |
| 85 | 84 | ``` |
| 86 | 85 | server: |