Mercurial > prosody-modules
view mod_admin_blocklist/README.markdown @ 1914:b01d60dfa405
mod_http_upload: Add missing local of string.upper (Thanks Thilo)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 19 Oct 2015 17:08:45 +0200 |
parents | 7eef1a3a2a17 |
children | e121273bdef2 |
line wrap: on
line source
--- summary: Block s2s connections based on admin blocklists ... This module uses the blocklists set by admins for blocking s2s connections. So if an admin blocks a bare domain using [Blocking Command](http://xmpp.org/extensions/xep-0191.html) via [mod\_blocklist](https://prosody.im/doc/modules/mod_blocklist) then no s2s connections will be allowed to or from that domain. Note that the module may need to be reloaded after a blocklist has been updated.