Releases: nickw444/cf-ddns
Releases · nickw444/cf-ddns
1.0.6
1.0.5
1.0.4
1.0.3
Add ARM32
1.0.1: Automated Release
- Automate the build & deploy with travis
- Release the following builds:
- Linux mips64
- Linux arm64
- Linux amd64
- Windows amd64
- Darwin amd64
1.0.0: Initial Release
Cloudflare DDNS Updater
Use Cloudflare a DDNS provider with this tool on crontab.
$> ./cf-ddns --help
usage: cf-ddns --cf-email=CF-EMAIL --cf-api-key=CF-API-KEY --cf-zone-id=CF-ZONE-ID [<flags>] <hostnames>...
Cloudflare DynDNS Updater
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--ip-address=IP-ADDRESS Skip resolving external IP and use provided IP
--no-verify Don't verify ssl certificates
--cf-email=CF-EMAIL Cloudflare Email
--cf-api-key=CF-API-KEY Cloudflare API key
--cf-zone-id=CF-ZONE-ID Cloudflare Zone ID
Args:
<hostnames> Hostnames to update
Compiling for MIPS (Ubnt Edgerouter Lite)
GOOS=linux GOARCH=mips64 go build -o cf-ddns-mips64