A tool to determine remote IPs (IPv4 and IPv6) and adds/updates records to your DNS provider.
go-dyndns update --dns provider --host this.is.my.domain.tld
make build-cli
Or for a compressed binary, using upx; note this takes longer!
make dist-cli
-
CLI
-
Use an external service to determine current IP(s)
- external ipv4 service: http://ip4only.me/api/
- external ipv6 service: http://ip6only.me/api/
-
Update the found IP(s) to a DNS provider
-
Easy to add new DNS providers
- TransIP
- add others...
-
Also a UI?