view mod_s2s_whitelist/README.markdown @ 5085:e384b91d0aa7

mod_clean_roster: Clean out invalid characters from roster entires
author Kim Alvefur <zash@zash.se>
date Tue, 22 Nov 2022 16:59:52 +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",
}
```