Updated README

This commit is contained in:
Timothy Miller 2019-10-15 23:28:58 -04:00
parent f9d2ccb2ad
commit d6d5dd1ab4

View File

@ -16,7 +16,7 @@ Values explained:
"api_key": "Your cloudflare API Key", "api_key": "Your cloudflare API Key",
"account_email": "The email address you use to sign in to cloudflare", "account_email": "The email address you use to sign in to cloudflare",
"zone_id": "The ID of the zone that will get the records. From your dashboard click into the zone. Under the overview tab, scroll down and the zone ID is listed in the right rail", "zone_id": "The ID of the zone that will get the records. From your dashboard click into the zone. Under the overview tab, scroll down and the zone ID is listed in the right rail",
"subdomains": "Array of subdomaind you want to assign the IP(s) to (e.g. pi.example.com)", "subdomains": "Array of subdomains you want to assign the IP(s) to (e.g. foo or an empty string to update the base domain)",
"proxied": false (defaults to false. Make it true if you want CDN/SSL benefits from cloudflare. This usually disables SSH) "proxied": false (defaults to false. Make it true if you want CDN/SSL benefits from cloudflare. This usually disables SSH)
``` ```