fix: update cloudflare config sample (#301)

This commit is contained in:
Martin Buchleitner 2021-12-28 14:34:02 +01:00 committed by GitHub
parent 295a0b6d4b
commit fce0b8ba59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"cloudflare": [
{
"authentication": {
"api_token": "cloudflare_api_token_here",
"api_token": "cloudflare_api_token_here",
"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"
@ -16,5 +16,8 @@
"proxied": false,
"ttl": 120
}
]
],
"a": true,
"aaaa": false,
"purgeUnknownRecords": false
}