view mod_s2s_whitelist/README.markdown @ 4635:415264707251

mod_invites_register: Depend on mod_invites [rockspec] Per `module:depends()`
author Kim Alvefur <zash@zash.se>
date Tue, 27 Jul 2021 01:08:54 +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",
}
```