Decrease default ttl in PowerDNS

master
informatic 2017-04-07 14:17:55 +02:00
parent d8b5bc479b
commit af0c7e26fa
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class PowerDNSBackend(Backend):
"rrsets": [{
"name": name + ".",
"type": type_,
"ttl": 86400,
"ttl": 120,
"changetype": "REPLACE",
"records": [{
"content": value,