Fix documentation for CloudFlare TTL

This commit is contained in:
Harry Fox 2022-08-31 14:43:51 +01:00
parent 819f61e98b
commit e8225455d5

View File

@ -37,7 +37,7 @@ Providers
- [x] AWS (Route53) - [x] AWS (Route53)
- [x] Azure - [x] Azure
- [ ] Cloudflare - [x] Cloudflare
- [x] DigitalOcean - [x] DigitalOcean
- [x] DNSimple - [x] DNSimple
- [x] Google - [x] Google
@ -62,6 +62,9 @@ This value is a constant in the provider code.
TTL value should be between 1 and 2,147,483,647 seconds. TTL value should be between 1 and 2,147,483,647 seconds.
By default it will be 300s. By default it will be 300s.
## CloudFlare Provider
CloudFlare overrides the value to "auto" when the TTL is 0.
### DigitalOcean Provider ### DigitalOcean Provider
The DigitalOcean Provider overrides the value to 300s when the TTL is 0. The DigitalOcean Provider overrides the value to 300s when the TTL is 0.
This value is a constant in the provider code. This value is a constant in the provider code.