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:
commit
a9ab60e7a1
1 changed files with 0 additions and 1 deletions
|
@ -200,7 +200,6 @@ ssl=yes # use ssl-support. Works with
|
||||||
##
|
##
|
||||||
#protocol=cloudflare, \
|
#protocol=cloudflare, \
|
||||||
#zone=domain.tld, \
|
#zone=domain.tld, \
|
||||||
#server=www.cloudflare.com, \
|
|
||||||
#login=your-login-email, \
|
#login=your-login-email, \
|
||||||
#password=APIKey, \
|
#password=APIKey, \
|
||||||
#ttl=1 \
|
#ttl=1 \
|
||||||
|
|
Loading…
Reference in a new issue