41 lines
846 B
JSON
Executable File
41 lines
846 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": [
|
|
{
|
|
"name": "",
|
|
"proxied": false
|
|
},
|
|
{
|
|
"name": "remove_or_replace_with_your_subdomain",
|
|
"proxied": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"load_balancer": [
|
|
{
|
|
"authentication": {
|
|
"api_token": "api_token_here",
|
|
"api_key": {
|
|
"api_key": "api_key_here",
|
|
"account_email": "your_email_here"
|
|
}
|
|
},
|
|
"pool_id": "your_pool_id_here",
|
|
"origin": "your_origin_name_here"
|
|
}
|
|
],
|
|
"a": true,
|
|
"aaaa": true,
|
|
"purgeUnknownRecords": false,
|
|
"ttl": 300
|
|
} |