Hentra / dyndns-netcup-go

Dynamic DNS client for the netcup dns api written in go.
MIT License
48 stars 8 forks source link

Automatically Run at 5:00 morning #9

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello i have an issue can someone tell me how to setup my cron that it updates everytime at 5:00 in the morning

sry for opening but im not comfortable with cron -e..

thank you alot

Hentra commented 2 years ago

Try to add this 0 5 * * * /path/to/dyndns-netcup-go to the config file that shows up when you execute crontab -e. You need to change the path to the location of the binary.

Hentra commented 2 years ago

Closing because response is missing. Feel free to reopen.