alviy
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_alviy.sh
|
@ -104,7 +104,7 @@ _get_root() { |
|
|
i=2 |
|
|
i=2 |
|
|
p=1 |
|
|
p=1 |
|
|
while true; do |
|
|
while true; do |
|
|
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 |
|
|
return 1 |
|
|
return 1 |
|
|