dns/TODO.markdown

19 lines
508 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
2012-05-21 19:55:18 +10:00
* outgoing [AI]xfr
* zonereader that extracts glue (or at least signals it) and other usefull stuff?
2012-05-21 23:45:26 +10:00
* a complete dnssec resolver
2012-06-01 19:46:26 +10:00
* test multiple edns0 options
2012-06-03 01:35:15 +10:00
* fix 'q' standardize ipv6 input with [::1]#53 ?
2012-05-21 19:55:18 +10:00
## Nice to have
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-04-17 19:39:58 +10:00
* privatekey.Precompute() when signing?
2012-05-03 16:59:02 +10: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?