Merge pull request #1181 from SkynetLabs/caddy-dns-entry-ttl

make caddy dns entries ttl 15 minutes
This commit is contained in:
Matthew Sevey 2021-09-10 14:26:03 -04:00 committed by GitHub
commit cd4d1d5565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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