Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4591:327c7cacd89f
mod_http_muc_log: Highlight messages directly linked to
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 15 Jun 2021 17:22:33 +0200 (2021-06-15) |
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", } ```