Update dns_alviy.sh

pull/5117/head
alviy 2024-04-27 00:06:22 +03:00 committed by GitHub
parent 1078fdc157
commit e814cccc44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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