Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 3748:27abf3b6819a
mod_log_json: Use correct method to specify remote endpoint
Fun fact, on TCP connections :connect and :setpeername is the same function
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Nov 2019 17:57:54 +0100 |
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", } ```