mirror of
https://github.com/go-acme/lego.git
synced 2025-01-04 23:50:28 +02:00
Fix typo in dns_challenge
This commit is contained in:
parent
e06278fead
commit
d6fb247c29
@ -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 New Issue
Block a user