Mercurial > prosody-modules
view mod_s2s_failclose/README.md @ 6519:01d8bfbfc435
mod_pubsub_serverinfo: Fix check for local domain
The module was checking whether a host exists, but this may be misleading if
our host is loaded before the host that is being checked.
This change makes it check the config. This will provide a false positive in
the rare case that the host is defined but not activated/enabled. But we don't
have an API currently for "is this host configured and enabled?"
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 21 Apr 2026 19:54:19 +0100 |
| parents | 83355cfcad1d |
| children |
line wrap: on
line source
This module helps operators of other servers notice when there is a problem with their DNS, firewall, port forwarding or other connectivity issue. If their server manages to establish a connection in yours, but your server can't connect back, this module closes the first connection with an error. Hopefully that error shows up in the logs on the other end, where the operator can notice and attempt to resolve the issues. Prosody version status ------------------------ -------------------------- trunk as of 2025-12-31 This feature is included 13.0 Works 0.12 Not tested
