mod_s2s_blacklist/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 28 Jun 2018 11:42:19 +0200
changeset 3158 59dd0cdae560
child 5187 3b5358934d15
permissions -rw-r--r--
mod_s2s_blacklist: Add a README

This module lets you block connections to remote servers at the s2s
level.

``` {.lua}
s2s_blacklist = {
    "proxy.eu.jabber.org",
}
```