From f6f99a7a6d2fb938c751be40e52f0cf568f3dd1a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 10 Aug 2015 07:30:50 +0100 Subject: [PATCH] Update README about NSAP record --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.