Software /
code /
prosody-modules
File
mod_s2s_whitelist/README.markdown @ 3627:9639c493f4b9
mod_cloud_notify: fix typo (used || instead of or)
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Mon, 01 Jul 2019 18:50:42 +0200 |
parent | 3155:6e5bde0879ad |
child | 5184: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", } ```