Software / code / prosody-modules
File
mod_s2s_whitelist/README.markdown @ 3464:13b394b0db82
mod_cache_c2s_caps: Fail to load if module:send_iq() is not available
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 14 Feb 2019 17:06:16 +0000 |
| parent | 3155:6e5bde0879ad |
| child | 5184: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", } ```