Categorygithub.com/numero33/godo-ddns
modulepackage
0.0.0-20231019071614-30c66160dc61
Repository: https://github.com/numero33/godo-ddns.git
Documentation: pkg.go.dev

# README

GODO-DDNS

Golang DigitalOcean DynDNS

Works for Synology image

Usage

$ curl 'https://yourdomain.com/update?h=__HOSTNAME__&ip=__MYIP__&p=__PASSWORD__'

Docker

numero33/godo-ddns

$ docker run -d -p 80:8080 -e GODOHOST=8080 numero33/godo-ddns

Build

$ go build -o godo-ddns
$ chmod +x godo-ddns
$ GODOHOST=":80" ./godo-ddns

# Structs

No description provided by the author