view mod_s2s_whitelist/README.markdown @ 4072:2dcbc01c9931

mod_firewall: Fix example in README to use |host (thanks DebXWoody)
author Matthew Wild <mwild1@gmail.com>
date Wed, 05 Aug 2020 16:38:49 +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",
}
```