Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 3970:e0f3e29ab18a
mod_nooffline_noerror: Fix for missing log
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Tue, 07 Apr 2020 22:11:52 +0200 |
parents | 59dd0cdae560 |
children | 3b5358934d15 |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} s2s_blacklist = { "proxy.eu.jabber.org", } ```