Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 4703:94df7986a874
mod_tlsfail: Add README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Oct 2021 17:12:32 +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", } ```