Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 5767:a967bb4972c5
mod_http_oauth2: Reject unparsable URLs
This used to be caught by luaPattern=https:// in the schema but that's
been removed for some reason
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Dec 2023 23:51:54 +0100 |
parents | 3b5358934d15 |
children |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} modules_enabled = { -- other modules -- "s2s_blacklist", } s2s_blacklist = { "proxy.eu.jabber.org", } ```