Skip to content
/ zoned Public

Cloudflare DNS Updater w/IPv6

Notifications You must be signed in to change notification settings

dsully/zoned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Cloudflare DNS with IPv6 addresses

Installation

brew install dsully/tap/zoned

Or from source:

cargo install --git https://github.com/dsully/zoned

Configuration

A configuration file needs to be created in $XDG_CONFIG_HOME/zoned/config.toml

Example:

token = "<cloudflare api token>"
zoneid = "<cloudflare dns zone id>"
hostname = "<hostname to publish records to>"