add ttl for caddy dns entry

This commit is contained in:
Karol Wypchlo 2021-09-10 17:20:44 +02:00
parent f802165509
commit d52f9bd698
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"
}
}
}