Model RT-AC68U
Firmware Version 384.8_2
Firmware Build Sat Dec 8 18:18:10 UTC 2018 merlin@bc4eef1
Bootloader (CFE) 2.0.0.6
(copied from system info)
steps to reproduce:
(clear jffs, reboot, initialize and ) setup router for access point, enable jffs custom scripts, and ssh, ssh to router and make /jffs/scripts/ddns-start script; for testing purposes ive been using this simple script (but neither the real or test script change the results):
#!/bin/bash
rm /jffs/scripts/ddns-ran
/sbin/ddns_custom_updated 1
touch /jffs/scripts/ddns-ran
chmod a+x it,
Now set up custom ddns in WAN >DDNS (ive tried with no certificate and letsencrypt) and click apply.
at this point, my web gui does the applying screen with the animation indefinitely (ive left it for an hour) if you refresh it, a error message says "request error!, please try again" and the script never gets ran.
i noticed finally that the github site now says "Note: This might need to be revised following the switch to In-a-Dyn with version 384.7"
so is there a revision?
or is it just broken now? why would the switch to inadyn affect a script running?
also if the switch now doesnt support multiple ddns in a custom script then that like breaks my whole setup :/
Firmware Version 384.8_2
Firmware Build Sat Dec 8 18:18:10 UTC 2018 merlin@bc4eef1
Bootloader (CFE) 2.0.0.6
(copied from system info)
steps to reproduce:
(clear jffs, reboot, initialize and ) setup router for access point, enable jffs custom scripts, and ssh, ssh to router and make /jffs/scripts/ddns-start script; for testing purposes ive been using this simple script (but neither the real or test script change the results):
#!/bin/bash
rm /jffs/scripts/ddns-ran
/sbin/ddns_custom_updated 1
touch /jffs/scripts/ddns-ran
chmod a+x it,
Now set up custom ddns in WAN >DDNS (ive tried with no certificate and letsencrypt) and click apply.
at this point, my web gui does the applying screen with the animation indefinitely (ive left it for an hour) if you refresh it, a error message says "request error!, please try again" and the script never gets ran.
i noticed finally that the github site now says "Note: This might need to be revised following the switch to In-a-Dyn with version 384.7"
so is there a revision?
or is it just broken now? why would the switch to inadyn affect a script running?
also if the switch now doesnt support multiple ddns in a custom script then that like breaks my whole setup :/