Use correct number

This commit is contained in:
Miek Gieben 2013-05-11 18:04:55 +02:00
parent da9a970a5e
commit 1f7cc5e03f
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ with: `go build`.
* xxxx - URI record (draft)
* xxxx - EDNS0 DNS Update Lease (draft)
* xxxx - IEU48/IEU64 records (draft)
* xxxx - Algorithm-Signal (draft)
## Loosely based upon

View File

@ -37,7 +37,7 @@ const (
EDNS0LLQ = 0x1 // long lived queries: http://tools.ietf.org/html/draft-sekar-dns-llq-01
EDNS0UL = 0x2 // update lease draft: http://files.dns-sd.org/draft-sekar-dns-ul.txt
EDNS0NSID = 0x3 // nsid (RFC6001)
EDNS0SUBNET = 0x60fa // 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
_DO = 1 << 7 // dnssec ok
)