Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4308:2d42dd45638a
mod_muc_mention_notifications: Remove debugging helpers
author | JC Brand <jc@opkode.com> |
---|---|
date | Mon, 21 Dec 2020 16:01:28 +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", } ```