This commit is contained in:
DoTheEvolution
2020-05-22 00:06:39 +02:00
parent 7726e229ea
commit dca41b0629
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ protocol=cloudflare, \
zone=example.com, \
ttl=1, \
login=bastard@gmail.com, \
password=global-api-key-goes-here \
password=<global-api-key-goes-here> \
example.com,*.example.com,subdomain.example.com
##
@@ -69,7 +69,7 @@ protocol=cloudflare, \
zone=example.org, \
ttl=1, \
login=bastard@gmail.com, \
password=global-api-key-goes-here \
password=<global-api-key-goes-here> \
example.org,*.example.org,whatever.example.org
```