view mod_s2s_whitelist/README.markdown @ 5118:7bce75e74f86

Merge
author Kim Alvefur <zash@zash.se>
date Sun, 18 Dec 2022 15:30:02 +0100
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",
}
```