make caddy dns entries ttl 10 minutes

This commit is contained in:
Karol Wypchlo 2021-09-10 17:21:39 +02:00
parent 9871345f98
commit fba0fd64f7
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"provider": {
"name": "route53",
"max_retries": 100
}
},
ttl: "10m"
}
}
}