Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 798 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 798 Bytes

DynDNS - Dynamic DNS

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.

Currently, supported DNS providers:

  • Cloudflare

Environment variables

  • CF_token: Cloudflare API Token
  • Domain: Domain name to use
  • Subdomain: Subdomain of the Domain above to set the record
  • CF_proxy_disabled: If set this will disable the proxy feature of the Cloudflare. Enabled by default
export CF_token=''
export Domain=''
export Subdomain=''

Cloudflare API token

Follow the Managing API Tokens and Keys documentation to create an API token for Cloudflare