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:
Tom Blauwendraat 2018-09-12 05:46:51 +02:00
parent 5b7cac1002
commit 4a18c45e4f
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ dns_dgon_rm() {
GURL="https://api.digitalocean.com/v2/domains/$_domain/records"
## Get all the matching records
while [ true ]; do
while true; do
## 1) get the URL
## the create request - get
## args: URL, [onlyheader, timeout]