view mod_s2s_blacklist/README.markdown @ 4597:c858c76d0845

mod_tweet_data: New module that fetches and sends tweet data based on tweet URLs in MUC messages.
author JC Brand <jc@opkode.com>
date Tue, 22 Jun 2021 11:41:16 +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",
}
```