mod_s2s_whitelist/README.markdown
author Matthew Wild <mwild1@gmail.com>
Tue, 20 Feb 2024 17:11:42 +0000
changeset 5844 bd0abf821cef
parent 5188 313937349fbc
permissions -rw-r--r--
mod_audit_status: Expose 'crashed' flag

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

``` {.lua}
modules_enabled = {
    -- other modules --
    "s2s_whitelist",

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