Browse Source

Update dns_la.sh

pull/4243/head
neil 2 years ago
committed by GitHub
parent
commit
5fbaeda217
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_la.sh

2
dnsapi/dns_la.sh

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

Loading…
Cancel
Save