Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 3893:3f20b7c88afb
mod_http_muc_log: Expose JID localpart to the template
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 17 Feb 2020 21:50:55 +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", } ```