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:
= { "prosody:operator", "prosody:admin" } admin_blocklist_roles
#Compatibility
trunk* | Works |
0.12 | Works |
*as of 2024-10-22
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