This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1HAyscm6D1EUvATHkTTKda1zpB6iYbnH1i https://explorer.blockstack.org/address/1HAyscm6D1EUvATHkTTKda1zpB6iYbnH1i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Cloudflare API v.4 Variables | |
CF_APIKEY='Your API Key Here' | |
CF_ZONEID='The Zone ID here' # Found on your Cloudflare Dashboard | |
CF_DNSID='The DNS ID here' # Found by listing DNS with Cloudflare API, see below for command | |
CF_EMAIL='[email protected]' | |
CF_DNS='address.domain.com' | |
GET_IP=$(dig +short txt ch whoami.cloudflare @1.0.0.1) |