Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3381:861ddc74edd9
mod_muc_ping: Update README to mention 0.11.x as separate from trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 22 Nov 2018 17:12:00 +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", } ```