Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4424:679be18e6a5e
mod_groups_internal: emit events for group membership changes
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Wed, 03 Feb 2021 18:02:39 +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", } ```