mod_s2s_blacklist/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 07 May 2023 19:11:20 +0200
changeset 5431 d69c10327d6d
parent 5187 3b5358934d15
permissions -rw-r--r--
mod_http_oauth2: More functional functions

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

``` {.lua}
modules_enabled = {
    -- other modules --
    "s2s_blacklist",

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