Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3941:6d1ec8099315
mod_log_auth: log hostname, too
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Tue, 10 Mar 2020 20:42:27 +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", } ```