File

mod_s2s_blacklist/README.markdown @ 3620:fb1c8dee2ead

mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported
author tmolitor <thilo@eightysoft.de>
date Sat, 15 Jun 2019 01:34:52 +0200
parent 3154:59dd0cdae560
child 5183: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",
}
```