Browse Source

Fix the URL for checking DNSPod availability.

pull/3288/head^2
jonwltn 4 years ago
committed by Bernard Spil
parent
commit
e8d9933823
  1. 2
      acme.sh

2
acme.sh

@ -3927,7 +3927,7 @@ _ns_lookup_ali() {
}
_ns_is_available_dp() {
if _get "https://dns.alidns.com" "" 1 >/dev/null 2>&1; then
if _get "https://doh.pub" "" 1 >/dev/null 2>&1; then
return 0
else
return 1

Loading…
Cancel
Save