view mod_s2s_blacklist/README.markdown @ 5735:9a1d8c39d0b0

mod_storage_s3: Fix querying for basic MAM parameters I guess I was planning to hash the 'with' part but changed my mind half way through implementing and also never tested this.
author Kim Alvefur <zash@zash.se>
date Mon, 27 Nov 2023 09:28:28 +0100
parents 3b5358934d15
children
line wrap: on
line source

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",
}
```