mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"cloudflare": [
|
|
{
|
|
"authentication": {
|
|
"api_token": "cloudflare_api_token_here",
|
|
"api_key": {
|
|
"api_key": "api_key_if_you_don't_have_a_token",
|
|
"account_email": "your_email_here_if_you_don't_have_a_token"
|
|
}
|
|
},
|
|
"zone_id": "your_zone_id_here",
|
|
"subdomains": [
|
|
"each",
|
|
"subdomain"
|
|
],
|
|
"proxied": false,
|
|
"ttl": 120
|
|
}
|
|
]
|
|
}
|