mod_s2s_blacklist/README.markdown
author Matthew Wild <mwild1@gmail.com>
Tue, 13 Sep 2022 20:32:20 +0100
changeset 5043 c0d243b27e64
parent 3158 59dd0cdae560
child 5187 3b5358934d15
permissions -rw-r--r--
mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace This is the namespace for the proposed update to XEP-0388. I.e. not even experimental yet... but this is all a work in progress anyway.

This module lets you block connections to remote servers at the s2s
level.

``` {.lua}
s2s_blacklist = {
    "proxy.eu.jabber.org",
}
```