Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4614:5d494dba9c02
mod_auto156: Include the containing object in command output
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 03 Jul 2021 20:22:27 +0200 |
parents | 6e5bde0879ad |
children | 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", } ```