view mod_s2s_whitelist/README.markdown @ 3465:468082a9913c

mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!)
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 15 Feb 2019 12:14:33 +0100
parents 6e5bde0879ad
children 313937349fbc
line wrap: on
line source

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

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