Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3760:830a01443a2f
mod_presence_cache: Fix traceback due to changes in trunk
Reason used to be a string and now it might be an util.error
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 09 Dec 2019 16:51:36 +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", } ```