mod_admin_blocklist

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.

Configuring

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" }

#Compatibility

trunk* Works
0.12 Works

*as of 2024-10-22


Installation

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