Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3984:4e5fde519116
mod_smacks: better logging for georg
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Mon, 20 Apr 2020 14:49:17 +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", } ```