Mercurial > prosody-modules
view mod_s2s_whitelist/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 | 6e5bde0879ad |
children | 313937349fbc |
line wrap: on
line source
This module lets you block connections to any remote servers not on a whitelist. ``` {.lua} s2s_whitelist = { "example.org", } ```