mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 11:32:45 +00:00
Update dns_alviy.sh
This commit is contained in:
parent
1078fdc157
commit
e814cccc44
@ -105,8 +105,8 @@ _get_root() {
|
|||||||
h=$(printf "%s" "$domain" | rev | cut -d . -f 1-2 | rev)
|
h=$(printf "%s" "$domain" | rev | cut -d . -f 1-2 | rev)
|
||||||
if [ -z "$h" ]; then
|
if [ -z "$h" ]; then
|
||||||
#not valid
|
#not valid
|
||||||
hd=$(printf "%s" "$domain" | rev)
|
_alviy_rest GET "zone/$domain/"
|
||||||
_debug "can't get host from $domain $hd"
|
_debug "can't get host from $domain"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user