You ran the command
/root/.hermes/skills/cf-dyndns.sh and the output will contain information about DynDNS updates for three targets:
1. Telegram private channel
-10039809225252. Discord private channel
15116974996544594223. Personal Telegram DM
-1812605657To respond to this, you can write a message that includes the relevant information. Here's an example message:
"⚠️ DynDNS Error: [DynDNS output]
DynDNS Updated: [Target specific DynDNS update details]
"
Replace
[DynDNS output] with the actual output from the server, and send it to each target separately.
For example:
``
bash
$ /root/.hermes/skills/cf-dyndns.sh 2>&1 | grep -oE "^\*(.*)\b"
⚠️ DynDNS Error: https://dynadb.intrusys.com status NOChange
DynDNS Updated: ...
$ echo "${BASH_REMATCH[0]}" <<< "Updated to $DynDNS IP $DynDNS Domain"
$ /root/.hermes/skills/cf-dyndns.sh 2>&1 | grep -oE "^\*(.*)\b"
⚠️ DynDNS Error: https://dynadb.intrusys.com status NOChange
DynDNS Updated: ...
...
``
This will respond with three messages, each containing the relevant information.