Software /
code /
prosody-modules
File
mod_s2s_blacklist/README.markdown @ 3362:af085e8b9d48
mod_conversejs: Link to BOSH and WebSockets setup instructions instead of module pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 25 Oct 2018 22:41:13 +0200 |
parent | 3154:59dd0cdae560 |
child | 5183:3b5358934d15 |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} s2s_blacklist = { "proxy.eu.jabber.org", } ```