diff options
author | 2020-06-20 16:01:35 +0200 | |
---|---|---|
committer | 2020-06-20 07:01:35 -0700 | |
commit | 7504b410f312d584d32db0af12812f2136baeca0 (patch) | |
tree | 5abf03d6eda744821706653bb61220f92ef2206d /plugin | |
parent | f59c03d09c3a3a12f571ad1087b979325f3dae30 (diff) | |
download | coredns-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>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/dns64/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 |