view mod_s2s_whitelist/README.markdown @ 3792:aec772bbd558

mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 30 Dec 2019 22:44:12 +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",
}
```