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