Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3985:c3e9caa29857
mod_smacks: fix typo in last commit
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Mon, 20 Apr 2020 15:30:56 +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", } ```