view mod_s2s_whitelist/README.markdown @ 3489:33b3f02a9e7d

mod_pubsub_text_interface: Remove unused variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 15 Mar 2019 04:27:52 +0100
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",
}
```