Merge pull request #3 from SlimJim716/main

Fix Merge Issue
pull/4/head
Jason K 4 years ago committed by GitHub
commit a88aa3a52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cloudflare-template.sh

@ -42,7 +42,7 @@ fi
########################################### ###########################################
echo "$(ds) Check Initiated" >> ~/log echo "$(ds) Check Initiated" >> ~/log
record=$(curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$zone_identifier/dns_records?name=$record_name" -H "X-Auth-Email: $auth_email" -H "X-Auth-Key: $auth_key" -H "Content-Type: application/json") record=$(curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$zone_identifier/dns_records?name=$record_name" -H "X-Auth-Email: $auth_email" -H "$auth_header $auth_key" -H "Content-Type: application/json")
########################################### ###########################################
## Check if the domain has an A record ## Check if the domain has an A record

Loading…
Cancel
Save