AubreyHewes / go-dyndns

Yet another Dynamic DNS Tool, this one in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet another Dynamic DNS Tool, this one in GO


Languages

Language:Go 64.3%Language:QML 21.2%Language:Makefile 11.4%Language:Dockerfile 3.1%