Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4827:fe5303da99cb
mod_cloud_notify: Include extra error details if available
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Dec 2021 01:33:34 +0100 |
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", } ```