File

mod_s2s_whitelist/README.md @ 6167:26a9844f5303

mod_storage_metronome_readonly: Add uploads to the documentation
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 27 Jan 2025 19:34:52 +0100 (7 weeks ago)
parent 6003:fe081789f7b5
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",
}
```