dns/TODO.md

14 lines
384 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
2013-10-19 22:06:24 +11:00
* Support for on-the-fly-signing or check how to do it;
* Ratelimiting? server side (RRL).
2014-01-07 22:17:01 +11:00
* Make a srv.Stop() that stops the server.
2012-09-03 20:07:13 +10:00
2012-05-21 19:55:18 +10:00
## Nice to have
2011-07-24 18:45:03 +10:00
2013-06-24 06:39:14 +10:00
* Speed, we can always go faster. A simple reflect server now hits 75/80K qps on
2013-10-19 22:06:24 +11:00
moderate hardware;
2013-09-21 01:15:27 +10:00
* privatekey.Precompute() when signing?
2013-10-20 07:31:12 +11:00
* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT;
2013-10-19 22:06:24 +11:00
* CAA parsing is broken.