view mod_s2s_whitelist/README.markdown @ 4239:313e293f44b3

mod_prometheus: Warn users to put statistics settings in the global section
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 10 Nov 2020 22:29:08 +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",
}
```