mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Add DNS API for ClouDNS
This commit is contained in:
parent
3d8598654c
commit
ac11ba3d60
@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
i=$((${i} + 1))
|
||||
i=$((i + 1))
|
||||
done
|
||||
return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user