Update dns_la.sh

This commit is contained in:
neil 2022-08-18 19:48:09 +08:00 committed by GitHub
parent 233c724b2d
commit 5fbaeda217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ add_record() {
# _domain_id=sdjkglgdfewsdfg
_get_root() {
domain=$1
i=2
i=1
p=1
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)