Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 4243:aed7038ab2ab
mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
author | Seve Ferrer <seve@delape.net> |
---|---|
date | Sat, 14 Nov 2020 18:02:49 +0100 |
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", } ```