view mod_s2s_blacklist/README.md @ 6547:cfcd2d2f7119

mod_restrict_federation: Fix attribute check
author Matthew Wild <mwild1@gmail.com>
date Sun, 24 May 2026 18:42:43 +0100
parents fe081789f7b5
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",
}
```