view mod_s2s_whitelist/README.markdown @ 3377:683365d370d8

mod_http_upload: Also add CORS headers in response to PUT
author Matthew Wild <mwild1@gmail.com>
date Sun, 18 Nov 2018 12:15:02 +0000
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",
}
```