laraveluser
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_limacity.sh
|
@ -66,7 +66,7 @@ _lima_get_domain_id() { |
|
|
p=1 |
|
|
p=1 |
|
|
|
|
|
|
|
|
domains=$(_get "${APIBASE}/domains.json") |
|
|
domains=$(_get "${APIBASE}/domains.json") |
|
|
if [ "$(echo "$domains" | _egrep_o "^\{\"domains\"")" ] ; then |
|
|
|
|
|
|
|
|
if [ "$(echo "$domains" | _egrep_o "^\{\"domains\"")" ]; then |
|
|
response="$(echo "$domains" | tr -d "\n" | tr '{' "|" | sed 's/|/&{/g' | tr "|" "\n")" |
|
|
response="$(echo "$domains" | tr -d "\n" | tr '{' "|" | sed 's/|/&{/g' | tr "|" "\n")" |
|
|
while true; do |
|
|
while true; do |
|
|
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|
|
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|
|