mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
fix: update cloudflare config sample (#301)
This commit is contained in:
parent
295a0b6d4b
commit
fce0b8ba59
@ -2,7 +2,7 @@
|
|||||||
"cloudflare": [
|
"cloudflare": [
|
||||||
{
|
{
|
||||||
"authentication": {
|
"authentication": {
|
||||||
"api_token": "cloudflare_api_token_here",
|
"api_token": "cloudflare_api_token_here",
|
||||||
"api_key": {
|
"api_key": {
|
||||||
"api_key": "api_key_if_you_don't_have_a_token",
|
"api_key": "api_key_if_you_don't_have_a_token",
|
||||||
"account_email": "your_email_here_if_you_don't_have_a_token"
|
"account_email": "your_email_here_if_you_don't_have_a_token"
|
||||||
@ -16,5 +16,8 @@
|
|||||||
"proxied": false,
|
"proxied": false,
|
||||||
"ttl": 120
|
"ttl": 120
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"a": true,
|
||||||
|
"aaaa": false,
|
||||||
|
"purgeUnknownRecords": false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user