more stuff

This commit is contained in:
Miek Gieben 2010-08-03 23:58:45 +02:00
parent f67087a176
commit eef4547bbc
2 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,8 @@ DNSSEC support
uint8 support uint8 support
base64 support (only for unpacking atm) base64 support (only for unpacking atm)
Split of the type definition into dnstypes.go Split of the type definition into dnstypes.go
make should build the package
make restest
builds a small sample program

1
TODO
View File

@ -2,3 +2,4 @@ EDNS -- add EDNS0 support
DNSSEC - validation and the remaining records DNSSEC - validation and the remaining records
DS, RRSIG, NSEC, etc. DS, RRSIG, NSEC, etc.
Generic version of TryOneName Generic version of TryOneName
testing