Fix sample Cloudflare config (#57)
The extra comma bleeds into the API request sent to Cloudflare and, as a result, causes it to fail. Reordering the options and removing the comma at the password fliield, fixes this problem.
This commit is contained in:
parent
ec2acfb1f3
commit
ab706ccae0
1 changed files with 2 additions and 2 deletions
|
@ -200,9 +200,9 @@ ssl=yes # use ssl-support. Works with
|
|||
##
|
||||
#protocol=cloudflare, \
|
||||
#zone=domain.tld, \
|
||||
#ttl=1, \
|
||||
#login=your-login-email, \
|
||||
#password=APIKey, \
|
||||
#ttl=1 \
|
||||
#password=APIKey \
|
||||
#domain.tld,my.domain.tld
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue