view mod_s2s_whitelist/README.markdown @ 4775:fd90925dc239

mod_muc_offline_delivery: Handle the user not having any affiliation data (thanks Martin)
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Nov 2021 09:07:40 +0000
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",
}
```