2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 06:15:14 +00:00

Update dns_alviy.sh

This commit is contained in:
alviy
2024-04-27 00:06:22 +03:00
committed by GitHub
parent 1078fdc157
commit e814cccc44

View File

@@ -105,8 +105,8 @@ _get_root() {
h=$(printf "%s" "$domain" | rev | cut -d . -f 1-2 | rev)
if [ -z "$h" ]; then
#not valid
hd=$(printf "%s" "$domain" | rev)
_debug "can't get host from $domain $hd"
_alviy_rest GET "zone/$domain/"
_debug "can't get host from $domain"
return 1
fi