Merge pull request #305 from shawnps/patch-3

typo
This commit is contained in:
Miek Gieben 2016-01-24 07:46:31 +00:00
commit c144371d31
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)