Software /
code /
prosody-modules
Annotate
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 |
parent | 2314:e121273bdef2 |
child | 2316:2a2de19413e7 |
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 | |
2315
212564152060
mod_admin_blocklist/README: Autolinks!
Kim Alvefur <zash@zash.se>
parents:
2314
diff
changeset
|
8 So if an admin blocks a bare domain using [Blocking Command][xep191] |
212564152060
mod_admin_blocklist/README: Autolinks!
Kim Alvefur <zash@zash.se>
parents:
2314
diff
changeset
|
9 via [mod\_blocklist] then no s2s connections will be allowed to or from |
212564152060
mod_admin_blocklist/README: Autolinks!
Kim Alvefur <zash@zash.se>
parents:
2314
diff
changeset
|
10 that domain. |