dns/TODO.markdown

17 lines
420 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
2012-02-15 20:24:58 +11:00
Must of the stuff is working, but there is a list of smaller things that
need to be fixed.
2011-07-24 18:45:03 +10:00
2012-02-28 08:18:45 +11:00
* Speed, we can always go faster. A simple reflect server now hits 35/45K qps
* go test; only works correct on my machine
2012-02-05 23:53:13 +11:00
* Add handy zone data structure (r/b tree)? Or not...
2012-03-19 08:47:06 +11:00
* dnssec: DSA (also the keytag)
2012-03-03 07:19:37 +11:00
2012-01-15 23:20:53 +11:00
## Examples to add
2011-07-24 18:45:03 +10:00
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?
2012-03-03 07:19:37 +11:00