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:
Denton Liu 2018-06-25 10:28:00 -04:00 committed by wimpunk
parent ec2acfb1f3
commit ab706ccae0

View file

@ -200,9 +200,9 @@ ssl=yes # use ssl-support. Works with
## ##
#protocol=cloudflare, \ #protocol=cloudflare, \
#zone=domain.tld, \ #zone=domain.tld, \
#ttl=1, \
#login=your-login-email, \ #login=your-login-email, \
#password=APIKey, \ #password=APIKey \
#ttl=1 \
#domain.tld,my.domain.tld #domain.tld,my.domain.tld
## ##