Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3996:42682505e692
mod_cloud_notify: Forbid user from registering their own JID as their push server
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 27 Apr 2020 23:07:01 +0200 |
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", } ```