fix(configuration-file): fix CloudFlare configuration example

Current CloudFlare configuration makes it buggy. By removing useless backslashes and commas, it avoids weird errors
This commit is contained in:
Maxime Lafarie 2023-01-07 04:44:07 +01:00
parent 3149171aa7
commit 604be93aad

View file

@ -184,14 +184,14 @@ ssl=yes # use ssl-support. Works with
# myhost.changeip.org
##
## CloudFlare (www.cloudflare.com)
## CloudFlare (cloudflare.com)
##
#protocol=cloudflare, \
#zone=domain.tld, \
#ttl=1, \
#login=your-login-email, \ # Only needed if you are using your global API key. If you are using an API token, set it to "token" (wihtout double quotes).
#password=APIKey \ # This is either your global API key, or an API token. If you are using an API token, it must have the permissions "Zone - DNS - Edit" and "Zone - Zone - Read". The Zone resources must be "Include - All zones".
#domain.tld,my.domain.tld
#protocol=cloudflare
#zone=domain.tld
#ttl=1
#login=your-login-email # Only needed if you are using your global API key. If you are using an API token, set it to "token" (wihtout double quotes).
#password=APIKey # This is either your global API key, or an API token. If you are using an API token, it must have the permissions "Zone - DNS - Edit" and "Zone - Zone - Read". The Zone resources must be "Include - All zones".
#domain.tld, my.domain.tld
##
## Gandi (gandi.net)