File

mod_s2s_whitelist/README.markdown @ 5143:1cae382e88a1

mod_invites_api: Fix traceback when no query params (thanks Menel)
author Matthew Wild <mwild1@gmail.com>
date Wed, 11 Jan 2023 10:09:12 +0000
parent 3155:6e5bde0879ad
child 5184: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",
}
```