view mod_s2s_whitelist/README.markdown @ 3551:7fc6a63c3bd0

mod_password_reset: Remove unused local [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 05 Apr 2019 19:02:43 +0200
parents 6e5bde0879ad
children 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",
}
```