dns/TODO

13 lines
378 B
Plaintext
Raw Normal View History

2010-12-24 00:30:22 +11:00
EDNS -- finish EDNS0 support
DNSSEC - validation and the remaining records, DS (encoding), NSEC and NSEC3
unknown RRs - if I ever get around to make it
2010-12-25 23:09:27 +11:00
2010-12-24 03:10:06 +11:00
convience functions
parsing from strings
"miek.nl IN A 192.168.1.2" -> <correct Go type>
in msg.go, clean out the code and put it in helper functions
quotes in quotes in txt records
2010-12-19 22:15:22 +11:00
fix os.Erros usage (extend or whatever)