25 lines
547 B
Plaintext
25 lines
547 B
Plaintext
|
{
|
||
|
"cloudflare": [
|
||
|
{
|
||
|
"authentication": {
|
||
|
"api_token": "api_token_here", // Either api_token or api_key
|
||
|
"api_key": {
|
||
|
"api_key": "api_key_here",
|
||
|
"account_email": "email@address.com"
|
||
|
}
|
||
|
},
|
||
|
"zone_id": "XXXXX",
|
||
|
"zone_friendly": "domain.tld",
|
||
|
"subdomains": [
|
||
|
{
|
||
|
"name": "home",
|
||
|
"proxied": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"a": true,
|
||
|
"aaaa": true,
|
||
|
"purgeUnknownRecords": false,
|
||
|
"ttl": 300
|
||
|
}
|