view mod_s2s_whitelist/README.markdown @ 4681:edbd84bbd8fb

mod_smacks: Include username in offline event, mirroring Prosody 0.10+ See Prosody rev 03714861f8fc and 72a2b85c0537
author Kim Alvefur <zash@zash.se>
date Sun, 12 Sep 2021 21:14:26 +0200
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",
}
```