view mod_s2s_whitelist/README.markdown @ 4587:0105df2138ff

mod_invites_adhoc/README: Fix table Tables require a table header
author Kim Alvefur <zash@zash.se>
date Sat, 12 Jun 2021 17:28:34 +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",
}
```