Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cru a ddns "*/10 * * * * /usr/sbin/wget -O /dev/null 'http://ddns.dnszi.com/set.html?user=<your_id>&auth=<your_auth>&domain=<your_domain>&record=<your_record>'"


Reboot Asuswrt by every 12 hours

Code Block
cru a ddns "0 /12 * * * /sbin/reboot"


Reboot Asuswrt at 5:30 AM

Code Block
cru a ddns "30 5 * * * /sbin/reboot"


To enable boot time support for /jffs/scripts/, you should check following options:

...