annotate mod_admin_blocklist/README.markdown @ 1995:0e008f36a91c
mod_log_events: No such thing as module.remove_host. Fix this module so it can be loaded/unloaded dynamically and behave (mostly) correctly
| author |
Matthew Wild <mwild1@gmail.com> |
| date |
Tue, 22 Dec 2015 17:54:25 +0000 |
| parents |
7eef1a3a2a17 |
| children |
e121273bdef2 |
| rev |
line source |
|
1855
|
1 ---
|
|
|
2 summary: Block s2s connections based on admin blocklists
|
|
|
3 ...
|
|
|
4
|
|
|
5 This module uses the blocklists set by admins for blocking s2s
|
|
|
6 connections.
|
|
|
7
|
|
|
8 So if an admin blocks a bare domain using [Blocking
|
|
|
9 Command](http://xmpp.org/extensions/xep-0191.html) via
|
|
|
10 [mod\_blocklist](https://prosody.im/doc/modules/mod_blocklist) then no
|
|
|
11 s2s connections will be allowed to or from that domain.
|
|
|
12
|
|
|
13 Note that the module may need to be reloaded after a blocklist has been
|
|
|
14 updated.
|