Skip to content

Commit

Permalink
change DELEG type to 65287
Browse files Browse the repository at this point in the history
Aligns with https://github.com/shuque/adns_server

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
  • Loading branch information
chantra committed Dec 26, 2023
1 parent b062eb3 commit 707973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const (
TypeZONEMD uint16 = 63
TypeSVCB uint16 = 64
TypeHTTPS uint16 = 65
TypeDELEG uint16 = 66
TypeSPF uint16 = 99
TypeUINFO uint16 = 100
TypeUID uint16 = 101
Expand Down Expand Up @@ -114,6 +113,7 @@ const (

TypeTA uint16 = 32768
TypeDLV uint16 = 32769
TypeDELEG uint16 = 65287
TypeReserved uint16 = 65535

// valid Question.Qclass
Expand Down

0 comments on commit 707973d

Please sign in to comment.