Update README about NSAP record

This commit is contained in:
Miek Gieben 2015-08-10 07:30:50 +01:00
parent 21b35db538
commit f6f99a7a6d
1 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ Example programs can be found in the `github.com/miekg/exdns` repository.
*all of them* *all of them*
* 103{4,5} - DNS standard * 103{4,5} - DNS standard
* 1348 - NSAP record * 1348 - NSAP record (removed the record)
* 1982 - Serial Arithmetic * 1982 - Serial Arithmetic
* 1876 - LOC record * 1876 - LOC record
* 1995 - IXFR * 1995 - IXFR
@ -140,7 +140,7 @@ Example programs can be found in the `github.com/miekg/exdns` repository.
## TODO ## TODO
* privatekey.Precompute() when signing? * privatekey.Precompute() when signing?
* Last remaining RRs: APL, ATMA, A6 and NXT. * Last remaining RRs: APL, ATMA, A6, NSAP and NXT.
* Missing in parsing: ISDN, UNSPEC, ATMA. * Missing in parsing: ISDN, UNSPEC, NSAP and ATMA.
* NSEC(3) cover/match/closest enclose. * NSEC(3) cover/match/closest enclose.
* Replies with TC bit are not parsed to the end. * Replies with TC bit are not parsed to the end.