I just flashed my ASUS RT-AC68U router with ASUSWRT Merlin firmware 378.55. I need to set up a particular cron job to go to a particular website every hour. The particular cron job (with DDWRT specifics) is as follows:
0 * * * * root wget http://unlo.it/Your_API_KEY_HERE
Basically, I need to "register" with the webpage "http://unlo.it/Your_API_KEY_HERE" (obviously with my API key). However, I can't figure out where / how to put the cron job into the firmware so it will run hourly.
Thanks for any help you can provide on the steps for me to do this.
0 * * * * root wget http://unlo.it/Your_API_KEY_HERE
Basically, I need to "register" with the webpage "http://unlo.it/Your_API_KEY_HERE" (obviously with my API key). However, I can't figure out where / how to put the cron job into the firmware so it will run hourly.
Thanks for any help you can provide on the steps for me to do this.