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
a0c5d175
Unverified
Commit
a0c5d175
authored
Jul 02, 2021
by
jonwltn
Browse files
Fix the URL for checking DNSPod availability.
parent
2d071853
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a0c5d175
...
...
@@ -3925,7 +3925,7 @@ _ns_lookup_ali() {
}
_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
else
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