view mod_s2s_whitelist/README.markdown @ 4606:d6eb2b722b90

mod_conversejs: Update description The module browser was still using the first commit message (6f5c99c9f6cc) as description.
author Kim Alvefur <zash@zash.se>
date Tue, 29 Jun 2021 12:48:42 +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",
}
```