Add support for new API tokens.

This commit is contained in:
Han Zhang
2020-07-27 15:27:55 -04:00
parent 66bbbb5295
commit 022da2958a
5 changed files with 59 additions and 25 deletions

19
config-example.json Executable file
View File

@@ -0,0 +1,19 @@
{
"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
}
]
}