diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-31 20:12:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-31 20:12:11 +0200 |
commit | f07529fe7d17d1405e36993506cd46d70fb9ce46 (patch) | |
tree | 9e3efe190e009eab1d18ae84b320b22756f5a04b | |
parent | 5ddda46f18384d51c74df6daca58a8bc87b46ad1 (diff) |
resolved: include d.f.ip6.arpa in default NTA list
Fixes: #4049
-rw-r--r-- | src/resolve/resolved-dns-trust-anchor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-trust-anchor.c b/src/resolve/resolved-dns-trust-anchor.c index 77370e7dd5..9917b9e984 100644 --- a/src/resolve/resolved-dns-trust-anchor.c +++ b/src/resolve/resolved-dns-trust-anchor.c @@ -127,6 +127,9 @@ static int dns_trust_anchor_add_builtin_negative(DnsTrustAnchor *d) { "31.172.in-addr.arpa\0" "168.192.in-addr.arpa\0" + /* The same, but for IPv6. */ + "d.f.ip6.arpa\0" + /* RFC 6762 reserves the .local domain for Multicast * DNS, it hence cannot appear in the root zone. (Note * that we by default do not route .local traffic to |