Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3626:c84bbf36c878
mod_cloud_notify: fix local variable usage
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Mon, 01 Jul 2019 18:49:24 +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", } ```