vultr: set ttl to 120
https://www.vultr.com/docs/introduction-to-vultr-dns/#Limitations
This commit is contained in:
+1
-1
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user