Browse Source

Merge e1dec88392 into 10627e4974

pull/4970/merge
gleam-ru 3 months ago
committed by GitHub
parent
commit
51307ee4b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_regru.sh

2
dnsapi/dns_regru.sh

@ -97,7 +97,7 @@ _get_root() {
for ITEM in ${domains_list}; do
IDN_ITEM=${ITEM}
case "${domain}" in
*${IDN_ITEM}*)
*\.${IDN_ITEM}*)
_domain="$(_idn "${ITEM}")"
_debug _domain "${_domain}"
return 0

Loading…
Cancel
Save