view mod_s2s_blacklist/README.markdown @ 3740:b3fb32bd1f01

mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 13 Nov 2019 16:27:50 +0100
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",
}
```