view mod_s2s_whitelist/README.markdown @ 4400:869df5a6b0c5

mod_invites_groups: factor group handling out of mod_invites_register
author Jonas Schäfer <jonas@wielicki.name>
date Tue, 26 Jan 2021 22:04:23 +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",
}
```