mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Move cloudflare-ddns TTL config to proper location (#414)
Current location does not match cloudflare-ddns script usage and outputs a warning `⚙️ No config detected for 'ttl' - defaulting to 300 seconds (5 minutes)`
This commit is contained in:
parent
821183ceda
commit
0403bf2247
@ -13,10 +13,10 @@
|
||||
"each",
|
||||
"subdomain"
|
||||
],
|
||||
"proxied": false,
|
||||
"ttl": 120
|
||||
"proxied": false
|
||||
}
|
||||
],
|
||||
"ttl": 120,
|
||||
"a": true,
|
||||
"aaaa": false,
|
||||
"purgeUnknownRecords": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user