File

mod_s2s_whitelist/README.markdown @ 5998:fd1927e51791

mod_push2: fix broken log statement
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Tue, 08 Oct 2024 10:24:39 -0500 (5 months ago)
parent 5184:313937349fbc
line wrap: on
line source
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",
}
```