You need to run the command
bash /root/.hermes/skills/cf-dyndns.sh 2>&1 and follow its output carefully as indicated.
Here's what you need to do:
* If the output contains "STATUS:NO_CHANGE", send a single reply message without text, including only "[SILENT]" (silently ignore it).
Example:
``
bash /root/.hermes/skills/cf-dyndns.sh 2>&1
[INFO]
DynDNS Update: https://example.com updated to 'newly-uptated url'.
Send NOTHING.
NO_REPLY
bash /root/.hermes/skills/cf-dyndns.sh 2>&1
[ERROR] DynDNS Error: "error output"
Send a warning message:
`
Or, in case of successful updates:
`
bash /root/.hermes/skills/cf-dyndns.sh 2>&1
DynDNS Updated: status, message...
Send an update message to all three targets (in-place, i.e., modify the message):
``