From 7504b410f312d584d32db0af12812f2136baeca0 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sat, 20 Jun 2020 16:01:35 +0200 Subject: [PATCH] Update dns64 plugin bugs list (#3955) Remove the "Follow CNAMEs" bug, CNAME following is handled by the forward plugin. Signed-off-by: Ben Kochie --- man/coredns-dns64.7 | 2 -- plugin/dns64/README.md | 1 - 2 files changed, 3 deletions(-) diff --git a/man/coredns-dns64.7 b/man/coredns-dns64.7 index 6ee6b6f0b..c851819aa 100644 --- a/man/coredns-dns64.7 +++ b/man/coredns-dns64.7 @@ -133,8 +133,6 @@ Support "mapping of separate IPv4 ranges to separate IPv6 prefixes" .IP \(bu 4 Resolve PTR records .IP \(bu 4 -Follow CNAME records -.IP \(bu 4 Make resolver DNSSEC aware. See: RFC 6147 Section 3 \[la]https://tools.ietf.org/html/rfc6147#section-3\[ra] diff --git a/plugin/dns64/README.md b/plugin/dns64/README.md index 2adbfce58..687abbda1 100644 --- a/plugin/dns64/README.md +++ b/plugin/dns64/README.md @@ -84,7 +84,6 @@ Not all features required by DNS64 are implemented, only basic AAAA synthesis. * Support "mapping of separate IPv4 ranges to separate IPv6 prefixes" * Resolve PTR records -* Follow CNAME records * Make resolver DNSSEC aware. See: [RFC 6147 Section 3](https://tools.ietf.org/html/rfc6147#section-3) ## Also See