mod_s2s_whitelist/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 04 Nov 2021 20:13:43 +0100
changeset 4748 f478855f4565
parent 3159 6e5bde0879ad
child 5188 313937349fbc
permissions -rw-r--r--
mod_rest: Stop search when an implied type is determined Optimization only, as the iteration order is undefined. And not much since there's not that many entries in the implied_types map.

This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```