Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 4559:33b1b6ff23d8
mod_measure_stanza_counts: port to new metrics API
See https://prosody.im/doc/developers/core/statsmanager#metric
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Thu, 20 May 2021 15:25:07 +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", } ```