view mod_s2s_whitelist/README.markdown @ 4527:9a6aaba3d5ef

mod_rest: Reflect XEP-0092 queries no longer taking booleans in openapi spec Could probably re-derive a bunch of the openapi specification from res/schema-xmpp.json now.
author Kim Alvefur <zash@zash.se>
date Tue, 23 Mar 2021 20:25:21 +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",
}
```