view mod_s2s_whitelist/README.markdown @ 3343:2e65160187a4

mod_bob: Simplify check_cid using string.match. (thanks Zash!)
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 28 Sep 2018 16:31:36 +0200
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",
}
```