Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4822:b4cc6ee9fc8c
mod_export_skeletons: Add a standalone filter script
Full XML goes in. Skeletons come out.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Dec 2021 16:36:56 +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", } ```