comparison mod_admin_blocklist/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_admin_blocklist/README.markdown@96e83b4a93f7
children bd0b4d8aa94e
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
1 ---
2 summary: Block s2s connections based on admin blocklists
3 ...
4
5 This module uses the blocklists set by admins for blocking s2s
6 connections.
7
8 So if an admin blocks a bare domain using [Blocking Command][xep191]
9 via [mod\_blocklist][doc:modules:mod_blocklist] then no s2s connections
10 will be allowed to or from that domain.
11
12 # Configuring
13
14 ## Prosody 0.12
15
16 Starting with Prosody 0.12, the role or roles that determine whether a
17 particular users blocklist is used can be configured:
18
19 ```lua
20 -- This is the default:
21 admin_blocklist_roles = { "prosody:operator", "prosody:admin" }
22 ```
23
24 ## Prosody 0.11
25
26 In Prosody 0.11 the [`admins`][doc:admins] setting is used.