Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 5960:538f468f9a65
mod_http_oauth2: Simplify negation in condition
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 31 Aug 2024 14:46:33 +0200 |
parents | 313937349fbc |
children |
line wrap: on
line source
This module lets you block connections to any remote servers not on a whitelist. ``` {.lua} modules_enabled = { -- other modules -- "s2s_whitelist", } s2s_whitelist = { "example.org", } ```