Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3235:bd8e94ff726b
mod_bookmarks: Expose publish_to_pep() to other modules.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 18 Aug 2018 17:25:44 +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", } ```