Example:
假設某 DDNS 的 update URL 是 https://$_USER:$_PW@$_SERVER/nic/update?hostname=$_HOST
那設定方式(cli)是
nvram set cron_enable=1
nvram set cron_jobs="*/5 * * * * root /usr/bin/wget l -O /tmp/wgetddns"
nvram commit
reboot
reboot 後在 /tmp/cron.d/cron_jobs 內會有
*/5 * * * * root /usr/bin/wget l -O /tmp/wgetddns
不 reboot 測試
killall cron
cron