DynDNS is a tool to update public IP address of the network the tool is running on. This relies on ipify.org's API to get the public IP of your network.
- Cloudflare
CF_token
: Cloudflare API TokenDomain
: Domain name to useSubdomain
: Subdomain of the Domain above to set the recordCF_proxy_disabled
: If set this will disable the proxy feature of the Cloudflare. Enabled by default
export CF_token=''
export Domain=''
export Subdomain=''
Follow the Managing API Tokens and Keys documentation to create an API token for Cloudflare