Software /
code /
prosody-modules
File
mod_s2s_whitelist/README.markdown @ 6208:e20901443eae draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Mon, 17 Mar 2025 23:42:11 +0700 (4 days ago) |
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", } ```