Fix the URL for checking DNSPod availability.

This commit is contained in:
jonwltn 2021-07-02 09:23:45 -07:00
parent 2d07185300
commit a0c5d17539
No known key found for this signature in database
GPG Key ID: E37635996A144095
1 changed files with 1 additions and 1 deletions

View File

@ -3925,7 +3925,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