Software / code / prosody-modules
File
mod_s2s_whitelist/README.markdown @ 5026:e3248d025d34
mod_sasl2_sm: Experimental mod_isr alternative
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 29 Aug 2022 17:12:16 +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", } ```