mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 18:01:02 +02:00
Use correct number
This commit is contained in:
parent
da9a970a5e
commit
1f7cc5e03f
@ -103,6 +103,7 @@ with: `go build`.
|
|||||||
* xxxx - URI record (draft)
|
* xxxx - URI record (draft)
|
||||||
* xxxx - EDNS0 DNS Update Lease (draft)
|
* xxxx - EDNS0 DNS Update Lease (draft)
|
||||||
* xxxx - IEU48/IEU64 records (draft)
|
* xxxx - IEU48/IEU64 records (draft)
|
||||||
|
* xxxx - Algorithm-Signal (draft)
|
||||||
|
|
||||||
## Loosely based upon
|
## Loosely based upon
|
||||||
|
|
||||||
|
2
edns.go
2
edns.go
@ -37,7 +37,7 @@ const (
|
|||||||
EDNS0LLQ = 0x1 // long lived queries: http://tools.ietf.org/html/draft-sekar-dns-llq-01
|
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
|
EDNS0UL = 0x2 // update lease draft: http://files.dns-sd.org/draft-sekar-dns-ul.txt
|
||||||
EDNS0NSID = 0x3 // nsid (RFC6001)
|
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
|
_DO = 1 << 7 // dnssec ok
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user