dns/TODO.md

13 lines
355 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).
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-19 22:06:24 +11:00
* Last remaining RRs: APL, NIMLOC & EID, ATMA, A6, KEY, SIG and NXT;
* CAA parsing is broken.