view mod_s2s_whitelist/README.markdown @ 4950:8f625a7dc957

mod_rest: Add mapping of XEP-0380: Explicit Message Encryption Useful since OMEMO etc isn't mapped
author Kim Alvefur <zash@zash.se>
date Sun, 22 May 2022 17:05:05 +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",
}
```