view mod_s2s_whitelist/README.markdown @ 3664:2bbc56a19d74

mod_profile: Link to successors mod_vcard_legacy & mod_vcard4
author Kim Alvefur <zash@zash.se>
date Tue, 03 Sep 2019 00:47:02 +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",
}
```