1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

LINODE: Add Default TTL as allowed TTL (#2442)

This commit is contained in:
Koen Vlaswinkel
2023-06-17 13:51:13 +02:00
committed by GitHub
parent d00804b4f5
commit 0bf24d0282
4 changed files with 12 additions and 4 deletions

View File

@@ -38,8 +38,9 @@ D("example.tld", REG_NONE, DnsProvider(DSP_LINODE),
## Caveats
Linode does not allow all TTLs, but only a specific subset of TTLs. The following TTLs are supported
([source](https://github.com/linode/manager/blob/master/src/domains/components/SelectDNSSeconds.js)):
([source](https://www.linode.com/docs/api/domains/#domains-list__responses)):
- 0 (Default, currently equivalent to 1209600, or 14 days)
- 300
- 3600
- 7200