Update dns_fornex.sh

This commit is contained in:
neil 2022-03-25 15:48:17 +08:00 committed by GitHub
parent 7278fd25e5
commit a300df0020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ dns_fornex_rm() {
_get_root() {
domain=$1
i=2
i=1
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
_debug h "$h"