File

mod_s2s_whitelist/README.markdown @ 5591:680fb3344357

mod_invites_register_web: Don't register user when refresh `register_error.html`.
author Trần H. Trung <work@trung.fun>
date Fri, 26 May 2023 02:15:45 +0700
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",
}
```