Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 5172:dc6a10629670
New module, mod_muc_reserve_nick_pattern
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 20 Feb 2023 13:42:13 -0500 |
parents | 59dd0cdae560 |
children | 3b5358934d15 |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} s2s_blacklist = { "proxy.eu.jabber.org", } ```