dns/TODO.markdown

20 lines
711 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-01-23 04:46:31 +11:00
* Speed, we can always go faster. A simple reflect server now hits 30/40K 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...
2011-09-20 23:56:51 +10:00
* Use the Exchange structure to deal with errors when resolving, esp. Timeout
2012-01-24 06:51:28 +11:00
* Add tsig check in 'q'?
* tsig and ip blocks should be handled in the library! Other configs may be
stored outside and are up to the programmer
* Query source address, for axfr n stuff is something others
* Compression is not working correctly
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?