From d075d4cad19fbd52028b6d8caf52a03dfa8c07d3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 27 Apr 2013 16:57:33 +0100 Subject: [PATCH] update readme --- README.markdown | 2 ++ msg.go | 1 + 2 files changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 1d11e486..e525d4b1 100644 --- a/README.markdown +++ b/README.markdown @@ -99,8 +99,10 @@ with: `go build`. * 5936 - AXFR * 6605 - ECDSA * 6742 - ILNP DNS +* 6891 - EDNS0 update * xxxx - URI record (draft) * xxxx - EDNS0 DNS Update Lease (draft) +* xxxx - IEU48/IEU64 records (draft) ## Loosely based upon diff --git a/msg.go b/msg.go index 7a489878..9d200244 100644 --- a/msg.go +++ b/msg.go @@ -184,6 +184,7 @@ var RcodeToString = map[int]string{ RcodeNotAuth: "NOTAUTH", RcodeNotZone: "NOTZONE", RcodeBadSig: "BADSIG", + RcodeBadVers: "BADVERS", RcodeBadKey: "BADKEY", RcodeBadTime: "BADTIME", RcodeBadMode: "BADMODE",