Skip to content

AubreyHewes/go-dyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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