view mod_s2s_whitelist/README.markdown @ 3396:3bf847dbb063

mod_csi: Update README
author Matthew Wild <mwild1@gmail.com>
date Wed, 05 Dec 2018 14:12:35 +0000
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",
}
```