view mod_s2s_whitelist/README.markdown @ 3477:1f2381492c9f

mod_smacks: no crash on <a> without @h, fix #1317
author Georg Lukas <georg@op-co.de>
date Wed, 06 Mar 2019 21:25:47 +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",
}
```