From 8f93859317435a0b2506a46adcf6144d566132e7 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Tue, 26 Dec 2017 23:44:13 +0800 Subject: [PATCH] Add caveats as TODOs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29cf6c1..61565c0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ The *dns64* plugin implements the DNS64 IPv6 transition mechanism. From Wikipedi The synthesis in only performed if the query came in via IPv6. +## TODO + +* [ ] Resolve PTR records +* [ ] Follow CNAME records +* [ ] Make resolver DNSSEC aware + ## Syntax ~~~