File

mod_admin_blocklist/README.md @ 6012:0206d32c56b7

mod_muc_limits: Update Compability
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 11:36:52 +0200
parent 6004:bd0b4d8aa94e
child 6103:0e0c6618e154
line wrap: on
line source

---
summary: Block s2s connections based on admin blocklists
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

  ------- -------
  trunk*   Works
  0.12     Works
  ------- -------

*as of 2024-10-22