20 lines
363 B
JSON
Executable File
20 lines
363 B
JSON
Executable File
{
|
|
"cloudflare": [
|
|
{
|
|
"authentication": {
|
|
"api_token": "api_token_here",
|
|
"api_key": {
|
|
"api_key": "api_key_here",
|
|
"account_email": "your_email_here"
|
|
}
|
|
},
|
|
"zone_id": "your_zone_id_here",
|
|
"subdomains": [
|
|
"",
|
|
"subdomain"
|
|
],
|
|
"proxied": false
|
|
}
|
|
]
|
|
}
|