XIYO
Occasional Visitor
Hello Community,
I am a non-English speaking user, so I utilized GPT for translation.
Please understand if there's any rudeness in my tone.
github.com
According to this document,
it ultimately suggests registering this command in "ddns-start."
However, the --continue-on-error option doesn't seem to take any arguments. Why is it passing the argument ddns_custom_updated 0? It's an option that shouldn't accept arguments, so can the command within the argument be executed?
I understand that ddns_custom_updated is a condition for running the ddns-start script.I believe 1 stands for update pause, and 0 stands for update request.
I am a non-English speaking user, so I utilized GPT for translation.
Please understand if there's any rudeness in my tone.
my Environment
- hardware:
`AC88U`
- firmware:
`asuswrt-merlin 386.12`
- package:
`Entware armv7sf-k2.6`
DDNS services
Third party firmware for Asus routers (newer codebase) - RMerl/asuswrt-merlin.ng
According to this document,
Code:
#!/bin/sh
inadyn --once -f "/jffs/inadyn.conf" -e "/sbin/ddns_custom_updated 1" --continue-on-error "/sbin/ddns_custom_updated 0"
it ultimately suggests registering this command in "ddns-start."
However, the --continue-on-error option doesn't seem to take any arguments. Why is it passing the argument ddns_custom_updated 0? It's an option that shouldn't accept arguments, so can the command within the argument be executed?
In my opinion, I feel that the wiki (script) has not been done well. Is my opinion correct?
I understand that ddns_custom_updated is a condition for running the ddns-start script.I believe 1 stands for update pause, and 0 stands for update request.
--continue-on-error
Ignore errors from DDNS provider and try again later. This command line option tells inadyn to not exit on errors from a DDNS provider and instead try again later. Please do not use this, it usually indicates that we are sending a malformed request, e.g. wrong username, password or DNS alias for the given account. Continuing could possibly lock you out of your account!
Last edited: