aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ben Kochie <superq@gmail.com> 2020-06-20 16:01:35 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-20 07:01:35 -0700
commit7504b410f312d584d32db0af12812f2136baeca0 (patch)
tree5abf03d6eda744821706653bb61220f92ef2206d
parentf59c03d09c3a3a12f571ad1087b979325f3dae30 (diff)
downloadcoredns-7504b410f312d584d32db0af12812f2136baeca0.tar.gz
coredns-7504b410f312d584d32db0af12812f2136baeca0.tar.zst
coredns-7504b410f312d584d32db0af12812f2136baeca0.zip
Update dns64 plugin bugs list (#3955)
Remove the "Follow CNAMEs" bug, CNAME following is handled by the forward plugin. Signed-off-by: Ben Kochie <superq@gmail.com>
-rw-r--r--man/coredns-dns64.72
-rw-r--r--plugin/dns64/README.md1
2 files changed, 0 insertions, 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