Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3339:babb584e24a2
mod_http_upload: Run expiry for all users if command run with a hostname
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Sep 2018 19:54:26 +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", } ```