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

Prosody 0.12

Starting with Prosody 0.12, 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 0.11

In Prosody 0.11 the admins setting is used.


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