view mod_s2s_whitelist/README.markdown @ 4940:1a58345d91a9

mod_auth_dovecot: Add luarocks metadata to make automatic packaging work This subdirectory is not handled by the luarocks packaging in module browser
author Kim Alvefur <zash@zash.se>
date Sat, 14 May 2022 15:50:44 +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",
}
```