From 935da3ed153caf5e301a2a0b754c11d4d379a850 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 6 May 2022 12:29:12 -0700 Subject: [PATCH] vultr: set ttl to 120 https://www.vultr.com/docs/introduction-to-vultr-dns/#Limitations --- src/dns/vultr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dns/vultr.js b/src/dns/vultr.js index 372f0ddbb..2cb6c01df 100644 --- a/src/dns/vultr.js +++ b/src/dns/vultr.js @@ -99,7 +99,7 @@ async function upsert(domainObject, location, type, values) { for (const value of values) { const data = { type, - ttl: 300 // lowest + ttl: 120 // lowest }; if (type === 'MX') {