mod_s2s_blacklist/README.markdown
author Matthew Wild <mwild1@gmail.com>
Tue, 23 Apr 2024 12:10:38 +0100
changeset 5894 ba71fdc8ea73
parent 5187 3b5358934d15
permissions -rw-r--r--
mod_muc_rtbl: Fix blocking of PMs from RTBL matches

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",
}
```