Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4384:205a027d86f3
mod_invites_register: port to mod_groups_internal
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Mon, 25 Jan 2021 18:43:48 +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", } ```