Fold TODO in README.md

This commit is contained in:
Miek Gieben 2014-02-10 20:42:52 +00:00
parent d0fa099d08
commit 9dcccf22da
2 changed files with 9 additions and 13 deletions

View File

@ -121,3 +121,12 @@ Example programs can be found in the `github.com/miekg/exdns` repository.
* `NSD`
* `Net::DNS`
* `GRONG`
## TODO
* Support for on-the-fly-signing or check how to do it;
* Ratelimiting? server side (RRL);
* Make a srv.Stop() that stops the server;
* privatekey.Precompute() when signing?
* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT;
* CAA parsing is broken.

13
TODO.md
View File

@ -1,13 +0,0 @@
# TODO
* Support for on-the-fly-signing or check how to do it;
* Ratelimiting? server side (RRL).
* Make a srv.Stop() that stops the server.
## Nice to have
* Speed, we can always go faster. A simple reflect server now hits 75/80K qps on
moderate hardware;
* privatekey.Precompute() when signing?
* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT;
* CAA parsing is broken.