Browse Source

Update dns_fornex.sh

pull/3997/head
neil 3 years ago
committed by GitHub
parent
commit
a300df0020
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_fornex.sh

2
dnsapi/dns_fornex.sh

@ -81,7 +81,7 @@ dns_fornex_rm() {
_get_root() {
domain=$1
i=2
i=1
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
_debug h "$h"

Loading…
Cancel
Save