view mod_s2s_whitelist/README.markdown @ 4765:3632836f35b0

mod_dnsupdate: Restore the --each option
author Kim Alvefur <zash@zash.se>
date Mon, 08 Nov 2021 23:07:01 +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",
}
```