Comparison

mod_s2s_whitelist/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
1 This module lets you block connections to any remote servers not on a
2 whitelist.
3
4 ``` {.lua}
5 modules_enabled = {
6 -- other modules --
7 "s2s_whitelist",
8
9 }
10 s2s_whitelist = {
11 "example.org",
12 }
13 ```