mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Update dns_fornex.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user