Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4778:229f2a79ad6f
mod_http_admin_api: Fix YAML indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Nov 2021 19:39:38 +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", } ```