mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 04:42:12 +08:00
fixup! [FIX] Delete all occurrences of TXT key, dont fail if there is more than one, [FIX] Respect pagination on domain listing, before only the first page was loaded
This commit is contained in:
@@ -105,7 +105,7 @@ dns_dgon_rm() {
|
|||||||
GURL="https://api.digitalocean.com/v2/domains/$_domain/records"
|
GURL="https://api.digitalocean.com/v2/domains/$_domain/records"
|
||||||
|
|
||||||
## Get all the matching records
|
## Get all the matching records
|
||||||
while [ true ]; do
|
while true; do
|
||||||
## 1) get the URL
|
## 1) get the URL
|
||||||
## the create request - get
|
## the create request - get
|
||||||
## args: URL, [onlyheader, timeout]
|
## args: URL, [onlyheader, timeout]
|
||||||
|
|||||||
Reference in New Issue
Block a user