view mod_s2s_blacklist/README.markdown @ 4914:47d03db2fca8

mod_conversejs: Remove plugin installer dependency on mod_bookmarks It's available with Prosody 0.12+ already, 0.11 has no installer.
author Kim Alvefur <zash@zash.se>
date Mon, 04 Apr 2022 17:48:34 +0200
parents 59dd0cdae560
children 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",
}
```