dns/TODO.markdown

29 lines
993 B
Markdown
Raw Normal View History

2011-07-24 08:45:03 +00:00
# TODO
Must of the stuff is working, but there is a list of smaller
things that need to be fixed.
2011-12-17 09:55:09 +00:00
* Parsing
2012-01-22 13:59:31 +00:00
* TXT record isn't parsed correctly, if followed by a comment
2012-01-22 11:44:07 +00:00
- Need to make " important in the parsing
2012-01-22 17:46:31 +00:00
* Speed, we can always go faster. A simple reflect server now hits 30/40K qps
2012-01-08 16:35:28 +00:00
* Add handy zone data structure (r/b tree)?
2011-09-20 13:56:51 +00:00
* Use the Exchange structure to deal with errors when resolving, esp. Timeout
2011-07-24 08:45:03 +00:00
* IsSubdomain, IsGlue helper functions;
2012-01-15 12:27:08 +00:00
* SaltLength in NSEC3 is ugly to set, should be automatically done. There are prolly a few more
settings just like that -- need to look at them.
2012-01-15 15:24:57 +00:00
-edns NSID is another
2012-01-23 19:51:28 +00:00
* Add tsig check in 'q'?
## BUGS
2012-01-27 07:52:14 +00:00
* ListenAndServe has trouble with v6:
Failed to setup the udp6 server: listen udp6 <nil>:8053: address already in use
Failed to setup the tcp6 server: listen tcp6 <nil>:8053: address already in use
2012-01-15 12:20:53 +00:00
## Examples to add
2011-07-24 08:45:03 +00:00
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?