Skip to content

Releases: nickw444/cf-ddns

1.0.6

19 Nov 13:41
5ed58fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

25 Jul 05:35
aa3f94a
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.4

22 Sep 04:46
1.0.4
c0abf71
Compare
Choose a tag to compare
1.0.4

1.0.3

25 Aug 22:51
1.0.3
04f2688
Compare
Choose a tag to compare

Add ARM32

18 Apr 07:29
99ad537
Compare
Choose a tag to compare

This release adds an ARM32 compilation target

1.0.1: Automated Release

08 Apr 03:47
d71141e
Compare
Choose a tag to compare
  • 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

08 Apr 03:23
0b9f4d0
Compare
Choose a tag to compare

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