mod_s2s_whitelist/README.markdown
author Jonas Schäfer <jonas@wielicki.name>
Tue, 26 Apr 2022 22:32:44 +0200
changeset 4936 530d116b7f68
parent 3159 6e5bde0879ad
child 5188 313937349fbc
permissions -rw-r--r--
mod_audit*: modules for audit logging in prosody These are to be seen as proof-of-concept for now.

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

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