mod_s2s_whitelist/README.markdown
author Goffi <goffi@goffi.org>
Sat, 10 Jul 2021 16:48:28 +0200
changeset 4620 377546ab50f9
parent 3159 6e5bde0879ad
child 5188 313937349fbc
permissions -rw-r--r--
mod_delegation: fix bare jid disco nesting bare jid info discovery hook has been accidentally removed a while ago, as a result disco nesting for bare jids was not working anymore.

This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```