This commit is contained in:
Shawn Smith 2016-01-23 15:39:59 -08:00
parent 5c01f20c3a
commit 4d6d450eed
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -101,7 +101,7 @@ uses public key cryptography to sign resource records. The
public keys are stored in DNSKEY records and the signatures in RRSIG records. public keys are stored in DNSKEY records and the signatures in RRSIG records.
Requesting DNSSEC information for a zone is done by adding the DO (DNSSEC OK) bit Requesting DNSSEC information for a zone is done by adding the DO (DNSSEC OK) bit
to an request. to a request.
m := new(dns.Msg) m := new(dns.Msg)
m.SetEdns0(4096, true) m.SetEdns0(4096, true)