Software /
code /
prosody-modules
File
mod_s2s_whitelist/README.markdown @ 3372:866167118d23
mod_register_web: Add soft dependency on mod_register_limits (0.11+)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Nov 2018 17:49:27 +0100 |
parent | 3155:6e5bde0879ad |
child | 5184: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", } ```