Add more EDNS0 options

This commit is contained in:
Miek Gieben 2014-06-19 11:05:28 +00:00
parent fc67c4b981
commit dd90d7942b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const (
EDNS0DHU = 0x6 // DS Hash Understood
EDNS0N3U = 0x7 // NSEC3 Hash Understood
EDNS0SUBNET = 0x8 // client-subnet (RFC6891)
EDNS0EXPIRE = 0x9 // EDNS0 expire
EDNS0SUBNETDRAFT = 0x50fa // client-subnet draft: http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-01
_DO = 1 << 7 // dnssec ok
)