Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 5721:40558231ab7d
mod_invites_page: Typo in preventing the default event when clicking on show all
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 16 Nov 2023 16:31:02 +0100 |
parents | 3b5358934d15 |
children |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} modules_enabled = { -- other modules -- "s2s_blacklist", } s2s_blacklist = { "proxy.eu.jabber.org", } ```