Mercurial > prosody-modules
view mod_s2s_blacklist/README.markdown @ 5843:79ae71f52c81
mod_pubsub_serverinfo: Update to use mod_server_info (fixes #1841)
...but only for Prosody trunk users, because 0.12 mod_server_contact_info does
not use the new API in mod_server_info.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 23 Feb 2024 22:50:57 +0000 |
parents | 3b5358934d15 |
children |
line wrap: on
line source
This module lets you block connections to remote servers at the s2s level. ``` {.lua} modules_enabled = { -- other modules -- "s2s_blacklist", } s2s_blacklist = { "proxy.eu.jabber.org", } ```