Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 353 Bytes

Small Dynamic DNS update client

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