view mod_s2s_whitelist/README.markdown @ 4680:59fdda04b87e

mod_auto_moved: Fix README rendering
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Sep 2021 19:27:06 +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",
}
```