unifios-utilities/cloudflare-ddns/configs/config.json

24 lines
500 B
JSON
Raw Normal View History

2020-12-24 22:25:22 +00:00
{
"cloudflare": [
{
"authentication": {
"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"
],
"proxied": false
2020-12-24 22:25:22 +00:00
}
],
"ttl": 120,
"a": true,
"aaaa": false,
"purgeUnknownRecords": false
2020-12-24 22:25:22 +00:00
}