view mod_s2s_whitelist/README.markdown @ 4278:4ac5d3a5f580

mod_bookmarks2: Add a warning about client compatibility
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 03 Dec 2020 19:25:33 +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",
}
```