Skip to content

Commit 049e605

Browse files
committed
Remove comment
1 parent 8d92ff9 commit 049e605

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dnsutil.go

-5
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ func checkDNSPropagation(fqdn, value string, resolvers []string) (bool, error) {
220220
return false, err
221221
}
222222

223-
// TODO: make this configurable, maybe
224-
// if !p.requireCompletePropagation {
225-
// return true, nil
226-
// }
227-
228223
if r.Rcode == dns.RcodeSuccess {
229224
fqdn = updateDomainWithCName(r, fqdn)
230225
}

0 commit comments

Comments
 (0)