Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
fa3cd973
Unverified
Commit
fa3cd973
authored
Jul 05, 2021
by
neil
Committed by
GitHub
Jul 05, 2021
Browse files
Merge pull request #3593 from jonwltn/fix-dnspod
Fix the URL for checking DNSPod availability.
parents
2d071853
a0c5d175
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
fa3cd973
...
@@ -3925,7 +3925,7 @@ _ns_lookup_ali() {
...
@@ -3925,7 +3925,7 @@ _ns_lookup_ali() {
}
}
_ns_is_available_dp() {
_ns_is_available_dp() {
if _get "https://d
ns.alidns.com
" "" 1 >/dev/null 2>&1; then
if _get "https://d
oh.pub
" "" 1 >/dev/null 2>&1; then
return 0
return 0
else
else
return 1
return 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment