File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ var RcodeToString = map[int]string{
147
147
RcodeNXRrset : "NXRRSET" ,
148
148
RcodeNotAuth : "NOTAUTH" ,
149
149
RcodeNotZone : "NOTZONE" ,
150
+ RcodeDSOTypeNI : "DSOTYPENI" ,
150
151
RcodeBadSig : "BADSIG" , // Also known as RcodeBadVers, see RFC 6891
151
152
// RcodeBadVers: "BADVERS",
152
153
RcodeBadKey : "BADKEY" ,
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ const (
137
137
RcodeNXRrset = 8 // NXRRSet - RR Set that should exist does not [DNS Update]
138
138
RcodeNotAuth = 9 // NotAuth - Server Not Authoritative for zone [DNS Update]
139
139
RcodeNotZone = 10 // NotZone - Name not contained in zone [DNS Update/TSIG]
140
+ RcodeDSOTypeNI = 11 // DSOTypeNI - DSO-TYPE not implemented [DNS Stateful Operations] https://www.rfc-editor.org/rfc/rfc8490.html#section-10.2
140
141
RcodeBadSig = 16 // BADSIG - TSIG Signature Failure [TSIG] https://www.rfc-editor.org/rfc/rfc6895.html#section-2.3
141
142
RcodeBadVers = 16 // BADVERS - Bad OPT Version [EDNS0] https://www.rfc-editor.org/rfc/rfc6895.html#section-2.3
142
143
RcodeBadKey = 17 // BADKEY - Key not recognized [TSIG]
You can’t perform that action at this time.
0 commit comments