...
To enable boot time support for /jffs/scripts/, you should check following options:
Update at
AsusWRT also supports custom DDNS. In order to access web interface, go to Setup > DDNS > Select Custom DDNS
Create ddns-start at /jffs/script and put something like below:
Code Block |
---|
#!/bin/sh
IP=$(curl -s http://ip1.dynupdate.no-ip.com)
curl -s "https://yourddnsprovider.com/update?hostname=yourhost.example.com&myip=$IP" |