view mod_s2s_whitelist/README.markdown @ 3284:29a4d8b63fb1

mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 25 Aug 2018 17:42:13 +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",
}
```