diff --git a/README.markdown b/README.markdown index a6aa69cf..90d01c87 100644 --- a/README.markdown +++ b/README.markdown @@ -70,6 +70,7 @@ All of them: * 4509 - SHA256 Hash in DS * 4592 - Wildcards in the DNS * 4635 - HMAC SHA TSIG +* 4701 - DHCID * 4892 - id.server * 5001 - NSID * 5155 - NSEC3 diff --git a/TODO.markdown b/TODO.markdown index e00a952d..9151432f 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -3,8 +3,8 @@ Must of the stuff is working, but there is a list of smaller things that need to be fixed. -* Parsing * Speed, we can always go faster. A simple reflect server now hits 30/40K qps +* go test; only work correct on my machine * Add handy zone data structure (r/b tree)? Or not... * Use the Exchange structure to deal with errors when resolving, esp. Timeout * SaltLength in NSEC3 is ugly to set, should be automatically done. There are prolly a few more