view mod_s2s_blacklist/README.markdown @ 5183:3b5358934d15

mod_s2s_blacklist/README: Show inclusion in modules_enabled in example Thanks amalgame21
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2023 11:38:08 +0100
parents 59dd0cdae560
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",
}
```