Mercurial > prosody-modules
comparison mod_admin_blocklist/README.markdown @ 2315:212564152060
mod_admin_blocklist/README: Autolinks!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 01 Oct 2016 01:07:58 +0200 |
parents | e121273bdef2 |
children | 2a2de19413e7 |
comparison
equal
deleted
inserted
replaced
2314:e121273bdef2 | 2315:212564152060 |
---|---|
3 ... | 3 ... |
4 | 4 |
5 This module uses the blocklists set by admins for blocking s2s | 5 This module uses the blocklists set by admins for blocking s2s |
6 connections. | 6 connections. |
7 | 7 |
8 So if an admin blocks a bare domain using [Blocking | 8 So if an admin blocks a bare domain using [Blocking Command][xep191] |
9 Command](http://xmpp.org/extensions/xep-0191.html) via | 9 via [mod\_blocklist] then no s2s connections will be allowed to or from |
10 [mod\_blocklist](https://prosody.im/doc/modules/mod_blocklist) then no | 10 that domain. |
11 s2s connections will be allowed to or from that domain. | |
12 |