view mod_s2s_whitelist/README.markdown @ 4626:285efde5e8a5

mod_pubsub_alertmanager: Exclude "ends at" timestamp for unresolved alerts Wow, does the problem end in year 1? Let me get my time machine!
author Kim Alvefur <zash@zash.se>
date Sun, 18 Jul 2021 00:19:50 +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",
}
```