@ -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]