view mod_s2s_whitelist/README.markdown @ 4664:524a9103fb45

mod_muc_cloud_notify: Fix comparison between string and number in reference extraction. Fixes #1681.
author Matthew Wild <mwild1@gmail.com>
date Wed, 01 Sep 2021 22:41:27 +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",
}
```