forked from TrueCloudLab/lego
Fix typo in dns_challenge
This commit is contained in:
parent
e06278fead
commit
d6fb247c29
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ func FindZoneByFqdn(fqdn, nameserver string) (string, error) {
|
|||
return zone, nil
|
||||
}
|
||||
|
||||
// Query the authorative nameserver for a hopefully non-existing SOA record,
|
||||
// Query the authoritative nameserver for a hopefully non-existing SOA record,
|
||||
// in the authority section of the reply it will have the SOA of the
|
||||
// containing zone. rfc2308 has this to say on the subject:
|
||||
// Name servers authoritative for a zone MUST include the SOA record of
|
||||
|
|
Loading…
Reference in a new issue