Merge pull request #44 from esetnik/cloudflare_config

Cloudflare Config fix from #44.

Specifying the `server` directive caused the Cloudflare protocol to use the wrong url when communicating with Cloudflare API v4. It works if the directive is removed.
This commit is contained in:
wimpunk 2016-09-08 15:38:40 +02:00 committed by GitHub
commit a9ab60e7a1

View file

@ -200,7 +200,6 @@ ssl=yes # use ssl-support. Works with
##
#protocol=cloudflare, \
#zone=domain.tld, \
#server=www.cloudflare.com, \
#login=your-login-email, \
#password=APIKey, \
#ttl=1 \