mod_s2s_whitelist/README.markdown
author Matthew Wild <mwild1@gmail.com>
Thu, 29 Feb 2024 16:33:15 +0000
changeset 5851 d00af6ebb326
parent 5188 313937349fbc
permissions -rw-r--r--
mod_spam_report_forwarder: Only forward to xmpp: URIs, and exclude MUCs

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",
}
```