From 204340eac092c806d0f59c4db34b144cf6367e7c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 27 Jul 2017 13:24:18 -0700 Subject: [PATCH] Set ttl Fixes #384 --- src/dns/digitalocean.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {