Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 767 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 767 Bytes

Yet another Dynamic DNS Tool, this one in GO

A tool to determine remote IPs (IPv4 and IPv6) and adds/updates records to your DNS provider.

Usage

go-dyndns update --dns provider --host this.is.my.domain.tld

Building

make build-cli

Or for a compressed binary, using upx; note this takes longer!

make dist-cli

TODO