view mod_s2s_whitelist/README.markdown @ 4859:33208c3ae586

mod_default_bookmarks: Add support for XEP-0402 via mod_bookmarks(2)
author Kim Alvefur <zash@zash.se>
date Sat, 08 Jan 2022 02:24:42 +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",
}
```