view mod_s2s_blacklist/README.markdown @ 4284:b7045af1e5b7

mod_sentry: Fix typo in method name
author Matthew Wild <mwild1@gmail.com>
date Wed, 09 Dec 2020 12:21:17 +0000
parents 59dd0cdae560
children 3b5358934d15
line wrap: on
line source

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

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