Unverified Commit fa3cd973 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3593 from jonwltn/fix-dnspod

Fix the URL for checking DNSPod availability.
parents 2d071853 a0c5d175
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment