Software / code / prosody-modules
File
mod_s2s_whitelist/README.markdown @ 5607:c799b460f9f0
mod_client_management: Make ID column dynamically sized
Its width can vary more than expected (because it can contain resources)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 14 Jul 2023 16:20:54 +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", } ```