Comparison

mod_admin_blocklist/README.md @ 6138:9db1529c06c2

Merge upstream
author tmolitor <thilo@eightysoft.de>
date Sun, 05 Jan 2025 17:50:02 +0100
parent 6103:0e0c6618e154
child 6211:750d64c47ec6
comparison
equal deleted inserted replaced
6137:4cb1cad2badd 6138:9db1529c06c2
1 --- 1 ---
2 summary: Block s2s connections based on admin blocklists 2 summary: Block s2s connections based on admin blocklist
3 labels: 3 labels:
4 - 'Stage-Beta' 4 - 'Stage-Beta'
5 ... 5 ...
6 6
7 This module uses the blocklists set by admins for blocking s2s 7 This module uses the blocklists set by admins for blocking s2s
19 ```lua 19 ```lua
20 -- This is the default: 20 -- This is the default:
21 admin_blocklist_roles = { "prosody:operator", "prosody:admin" } 21 admin_blocklist_roles = { "prosody:operator", "prosody:admin" }
22 ``` 22 ```
23 23
24 #Compatibility 24 # Compatibility
25 25
26 ------- ------- 26 Prosody-Version Status
27 trunk* Works 27 --------------- ------
28 0.12 Works 28 trunk* Works
29 ------- ------- 29 0.12 Works
30 30
31 *as of 2024-10-22 31 *as of 2024-12-21