mod_s2s_whitelist/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 14 Oct 2023 21:40:20 +0200
changeset 5674 2c9d72ef829e
parent 5188 313937349fbc
permissions -rw-r--r--
mod_storage_s3: Handle signing of request ?query part

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