view mod_s2s_whitelist/README.markdown @ 4323:a7a06c8cea37

mod_muc_ban_ip: Lua is not C, fix typo
author Georg Lukas <georg@op-co.de>
date Mon, 11 Jan 2021 16:11:08 +0100
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",
}
```