view mod_s2s_blacklist/README.markdown @ 5369:1a58a11407ac

mod_client_management: Fix error when last password change is unknown (or never) Fixes attempt to compare nil with number here, due to last_password_change being nil
author Kim Alvefur <zash@zash.se>
date Tue, 25 Apr 2023 22:06:08 +0200
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",
}
```