Software /
code /
prosody-modules
File
mod_admin_blocklist/README.markdown @ 2187:287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 31 May 2016 11:45:59 +0100 |
parent | 1855:7eef1a3a2a17 |
child | 2314: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.