Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3231:f7777bc6e677
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 18 Aug 2018 14:10:38 +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", } ```