# HG changeset patch # User Kim Alvefur # Date 1442229086 -7200 # Node ID 7eef1a3a2a17a4a7f5c36120b1a57ee7b26dc1ce # Parent 450ada5bb1b5e3e9a88706877c257c77d5577037 mod_admin_blocklist: Add README diff -r 450ada5bb1b5 -r 7eef1a3a2a17 mod_admin_blocklist/README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_admin_blocklist/README.markdown Mon Sep 14 13:11:26 2015 +0200 @@ -0,0 +1,14 @@ +--- +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.