view mod_s2s_whitelist/README.markdown @ 4580:785389a2d2b3

mod_muc_dicebot: ignore messages without body
author Jonas Schäfer <jonas@wielicki.name>
date Sat, 29 May 2021 15:34:41 +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",
}
```