mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-06-04 14:12:05 -04:00
Add DNS API for ClouDNS
This commit is contained in:
parent
f881d6c44f
commit
55a5da2102
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
i=$(($i+1))
|
||||
i=$(($i + 1))
|
||||
done
|
||||
return 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue