File

mod_s2s_whitelist/README.markdown @ 5050:48c27b51f992

mod_spam_reporting: Remove redundant rockspec dependency on mod_blocklist mod_blocklist is included in the same version that has the plugin installer
author Kim Alvefur <zash@zash.se>
date Fri, 23 Sep 2022 12:10:03 +0200 (2022-09-23)
parent 3155:6e5bde0879ad
child 5184:313937349fbc
line wrap: on
line source
This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```