view mod_s2s_whitelist/README.markdown @ 4843:60887967b797

mod_conversejs: Switch dependency to mod_bookmarks2 Since mod_bookmarks2 now implements compatibility with the legacy PEP bookmarks storage method.
author Kim Alvefur <zash@zash.se>
date Tue, 04 Jan 2022 20:21:10 +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",
}
```