view mod_s2s_whitelist/README.markdown @ 3459:471855552f49

mod_storage_xmlarchive/README: Add reminder about backups
author Kim Alvefur <zash@zash.se>
date Thu, 24 Jan 2019 13:39: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",
}
```