mirror of
https://github.com/miekg/dns.git
synced 2025-12-17 09:41:20 +01:00
We start at 5 for the algorithm understood
This commit is contained in:
parent
4660849452
commit
b326ffeae9
6
edns.go
6
edns.go
@ -38,9 +38,9 @@ const (
|
|||||||
EDNS0UL = 0x2 // update lease draft: http://files.dns-sd.org/draft-sekar-dns-ul.txt
|
EDNS0UL = 0x2 // update lease draft: http://files.dns-sd.org/draft-sekar-dns-ul.txt
|
||||||
EDNS0NSID = 0x3 // nsid (RFC5001)
|
EDNS0NSID = 0x3 // nsid (RFC5001)
|
||||||
EDNS0SUBNET = 0x50fa // client-subnet draft: http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-01
|
EDNS0SUBNET = 0x50fa // client-subnet draft: http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-01
|
||||||
EDNS0DAU = 0x4 // DNSSEC Algorithm Understood - not the final number!
|
EDNS0DAU = 0x5 // DNSSEC Algorithm Understood - not the final number!
|
||||||
EDNS0DHU = 0x5 // DS Hash Understood - not the final number!
|
EDNS0DHU = 0x6 // DS Hash Understood - not the final number!
|
||||||
EDNS0N3U = 0x6 // NSEC3 Hash Understood - not the final number!
|
EDNS0N3U = 0x7 // NSEC3 Hash Understood - not the final number!
|
||||||
_DO = 1 << 7 // dnssec ok
|
_DO = 1 << 7 // dnssec ok
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user