Software /
code /
prosody-modules
File
mod_s2s_whitelist/README.markdown @ 3919:8ed261a08a9c
mod_http_oauth2: Allow creation of full JID tokens
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Feb 2020 23:14:24 +0100 |
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", } ```