File

mod_s2s_whitelist/README.markdown @ 3368:76fc915647ab

mod_bob: Don’t try to access XHTML-IM when it isn’t present.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 04 Nov 2018 18:38:06 +0100
parent 3155:6e5bde0879ad
child 5184: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",
}
```