This is a script might be usefull for some DynDNS services which is not available from WebUI.
- Log into router's SSH/telnet/serial console and download script:
wget --no-check-certificate -O - https://raw.githubusercontent.com/DontBeAPadavan/custom-ddns/master/etc/storage/ddns.sh > /etc/storage/ddns.sh
chmod +x /etc/storage/ddns.sh
- Edit
/etc/storage/ddns.sh
. FindUser DDNS command should be placed here.
comment and place your own code. There is SMS sending as an example. - Now go to router WebUI,
Customization > Scripts
and add following string toRun After WAN Up/Down Events
field:
/etc/storage/ddns.sh $1 $2 $3