Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 5763:6c0570a8b866
mod_audit: Fix querying for both user and global events
Forgot to fix this before I pushed
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Dec 2023 13:35:29 +0100 |
parents | 313937349fbc |
children |
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", } ```