rename a function call
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
parent
d4f2934609
commit
e081410d29
@ -23,7 +23,7 @@ func DNS01LookupFQDN(domain string, followCNAME bool, nameservers ...string) (st
|
||||
// Check if the domain has CNAME then return that
|
||||
if followCNAME {
|
||||
var err error
|
||||
fqdn, err = updateDomainWithCName(fqdn, nameservers)
|
||||
fqdn, err = followCNAMEs(fqdn, nameservers)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user