view mod_s2s_whitelist/README.markdown @ 4826:3a5fbb6c61b3

mod_jsxc: Try not to put username and password into the ?query ...
author Kim Alvefur <zash@zash.se>
date Wed, 15 Dec 2021 22:24:34 +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",
}
```