view mod_s2s_whitelist/README.markdown @ 4627:adda872fa9e1

mod_pubsub_alertmanager: Include status booleans in template input For easier conditionals, e.g. {firing&oh no} or {resolved&okay then}
author Kim Alvefur <zash@zash.se>
date Sun, 18 Jul 2021 00:21:35 +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",
}
```