view mod_s2s_blacklist/README.markdown @ 3576:1396ce148073

mod_http_pep_avatar/README: Mark up example URL as code snippet
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 09:22:53 +0200
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",
}
```