view mod_s2s_whitelist/README.markdown @ 4693:59f53cf66573

mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 16 Sep 2021 22:57:52 +0200
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",
}
```