Install program
go get github.com/Agurato/dyndnsclient
Change the config.yaml file and launch program with
dyndnsclient /path/to/config.yaml
To run in cron (crontab -e
):
*/5 * * * * /path/to/dyndnsclient /path/to/config.yaml >> /path/to/dyndnsclient.log 2>&1