mod_s2s_whitelist/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 28 Sep 2019 00:16:13 +0200
changeset 3909 5ae2e865eea0
parent 3159 6e5bde0879ad
child 5188 313937349fbc
permissions -rw-r--r--
mod_sasl2: Experimental implementation of XEP-0388

This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```