diff --git a/src/dns/digitalocean.js b/src/dns/digitalocean.js index fbe05bd55..8f3736ca0 100644 --- a/src/dns/digitalocean.js +++ b/src/dns/digitalocean.js @@ -79,7 +79,8 @@ function upsert(dnsConfig, zoneName, subdomain, type, values, callback) { type: type, name: subdomain, data: value, - priority: priority + priority: priority, + ttl: 1 }; if (i >= result.length) {