mod_s2s_whitelist/README.markdown
author Kim Alvefur <zash@zash.se>
Mon, 04 Dec 2023 21:36:35 +0100
changeset 5775 72799c330986
parent 5188 313937349fbc
permissions -rw-r--r--
mod_http_oauth2: Add logger to "session" for auth event So many assumptions in so many other modules about auth-success/fail

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",
}
```