Browse Source

fixed #2441: dns_namesilo.sh _get_root (#2442)

fixed #2441: dns_namesilo.sh _get_root (#2442)
pull/2465/head
Sky Chen 5 years ago
committed by neil
parent
commit
9b173dcd71
  1. 2
      dnsapi/dns_namesilo.sh

2
dnsapi/dns_namesilo.sh

@ -110,7 +110,7 @@ _get_root() {
return 1
fi
if _contains "$response" "$host"; then
if _contains "$response" "<domain>$host"; then
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
_domain="$host"
return 0

Loading…
Cancel
Save