view mod_s2s_whitelist/README.markdown @ 4531:60fe204b980f

mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
author Kim Alvefur <zash@zash.se>
date Tue, 23 Mar 2021 23:19:38 +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",
}
```