This module uses the blocklists set by admins for blocking s2s connections.
So if an admin blocks a bare domain using Blocking Command via mod_blocklist then no s2s connections will be allowed to or from that domain.
The role or roles that determine whether a particular users blocklist is used can be configured:
-- This is the default:
admin_blocklist_roles = { "prosody:operator", "prosody:admin" }| Prosody Version | Status |
|---|---|
| trunk | Works as of 2025-06-13 |
| 13.0 | Works |
| 0.12 | Works |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_admin_blocklist
For earlier versions see the documentation for installing 3rd party modules