Skip to content

Agurato/dyndnsclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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