File

mod_s2s_whitelist/README.markdown @ 5893:faf1f1c833e8

mod_pubsub_serverinfo: update reference to XEP.
author Guus der Kinderen <guus.der.kinderen@gmail.com>
date Thu, 14 Mar 2024 09:55:46 +0100
parent 5184:313937349fbc
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",
}
```