Software / code / prosody-modules
File
mod_admin_blocklist/README.md @ 6318:fe797da37174
mod_http_oauth2: Use cheaper array member check
This one does not create two new tables and then throw them away.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 02 Jul 2025 15:55:05 +0200 |
| parent | 6306:fe0a58b863db |
| child | 6309:342f88e8d522 |
line wrap: on
line source
--- summary: Block s2s connections based on admin blocklist labels: - 'Stage-Beta' ... This module uses the blocklists set by admins for blocking s2s connections. So if an admin blocks a bare domain using [Blocking Command][xep191] via [mod\_blocklist][doc:modules: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: ```lua -- This is the default: admin_blocklist_roles = { "prosody:operator", "prosody:admin" } ``` # Compatibility Prosody Version Status ----------------- ------------------------ trunk Works as of 2025-06-13 13.0 Works 0.12 Works