view mod_s2s_whitelist/README.markdown @ 5914:d3610fb965d6

mod_muc_restrict_pm: Backport changes from upstream timber patch.
author Nicholas George <wirlaburla@worlio.com>
date Fri, 24 May 2024 18:30:47 -0500
parents 313937349fbc
children
line wrap: on
line source

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

``` {.lua}
modules_enabled = {
    -- other modules --
    "s2s_whitelist",

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