2020-12-24 22:25:22 +00:00
|
|
|
{
|
|
|
|
"cloudflare": [
|
|
|
|
{
|
|
|
|
"authentication": {
|
2021-12-28 13:34:02 +00:00
|
|
|
"api_token": "cloudflare_api_token_here",
|
2020-12-24 22:25:22 +00:00
|
|
|
"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"
|
|
|
|
],
|
2022-11-01 08:51:30 +00:00
|
|
|
"proxied": false
|
2020-12-24 22:25:22 +00:00
|
|
|
}
|
2021-12-28 13:34:02 +00:00
|
|
|
],
|
2022-11-01 08:51:30 +00:00
|
|
|
"ttl": 120,
|
2021-12-28 13:34:02 +00:00
|
|
|
"a": true,
|
|
|
|
"aaaa": false,
|
|
|
|
"purgeUnknownRecords": false
|
2020-12-24 22:25:22 +00:00
|
|
|
}
|