23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"cloudflare": [
|
|
{
|
|
"authentication": {
|
|
"api_token": "API_TOKEN"
|
|
},
|
|
"api_key": {
|
|
"api_key": "api_key_here",
|
|
"account_email": "your_email_here"
|
|
},
|
|
"zone_id": "your_zone-id",
|
|
"subdomains": [
|
|
{ "name": "", "proxied": true },
|
|
{ "name": "www", "proxied": true }
|
|
]
|
|
}
|
|
],
|
|
"a": true,
|
|
"aaaa": false,
|
|
"purgeUnknownRecords": false,
|
|
"ttl": 300
|
|
}
|