view mod_s2s_whitelist/README.markdown @ 4617:260a33eabbd3

mod_http_upload: More emphasis on conditionality of disco_items Seen too many that needlessly add duplicated disco_items.
author Kim Alvefur <zash@zash.se>
date Wed, 14 Jul 2021 19:46:12 +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",
}
```