Software / code / prosody-modules
File
mod_admin_blocklist/README.md @ 6234:d68e640e76ad
mod_invites_page: Skip adding landing page for password reset invites
Such invites are not currently supported and rendering them as regular
invites is confusing and does not work correctly
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 17 Apr 2025 16:51:02 +0200 |
| parent | 6103:0e0c6618e154 |
| child | 6211:750d64c47ec6 |
| child | 6296:1661f6a74141 |
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 0.12 Works *as of 2024-12-21