Skip to content

Instantly share code, notes, and snippets.

@mczerniawski
Created September 5, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mczerniawski/d22bc69d36325f65b19026203553bb7e to your computer and use it in GitHub Desktop.
Save mczerniawski/d22bc69d36325f65b19026203553bb7e to your computer and use it in GitHub Desktop.
$CloudFlareAPIToken = 'YOURTOKENGOESHERE'
$CloudFlareEmailAddress = 'YOUREMAIL AKA YOUR LOGIN'
$CloudFlareBaseUrl = 'https://api.cloudflare.com/client/v4/zones'
$CloudFlareHeaders = @{
'X-Auth-Key' = $CloudFlareAPIToken
'X-Auth-Email' = $CloudFlareEmailAddress
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment