Software / code / prosody-modules
File
mod_s2s_whitelist/README.markdown @ 5929:02657e8693bc
mod_http_muc_log: replace "mam_muc" with "muc_mam" in README.markdown
| author | Luca Matei Pintilie <luca@lucamatei.com> |
|---|---|
| date | Sun, 12 May 2024 17:01:20 +0200 |
| parent | 5184:313937349fbc |
line wrap: on
line source
This module lets you block connections to any remote servers not on a whitelist. ``` {.lua} modules_enabled = { -- other modules -- "s2s_whitelist", } s2s_whitelist = { "example.org", } ```