duggan / cf-ddns

Extendable Cloudflare DDNS Updater written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudflare DNS Updater

Fork of nickw444/cf-ddns to use ipify.org and local caching.

$> ./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).
  --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

About

Extendable Cloudflare DDNS Updater written in Golang


Languages

Language:Go 85.0%Language:Shell 12.1%Language:Makefile 2.9%