vultr: set ttl to 120

https://www.vultr.com/docs/introduction-to-vultr-dns/#Limitations
This commit is contained in:
Girish Ramakrishnan
2022-05-06 12:29:12 -07:00
parent ce054820a6
commit 935da3ed15
+1 -1
View File
@@ -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') {