view mod_s2s_whitelist/README.markdown @ 3907:d5ecb9b9cb3b

mod_rest: Update with namespace and name of XEP-0432
author Kim Alvefur <zash@zash.se>
date Tue, 25 Feb 2020 23:33:55 +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",
}
```