zapret2-mcp 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +5 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.3](https://github.com/rcd27/zapret2-mcp/compare/v0.7.2...v0.7.3) (2026-03-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **readme:** актуальное состояние базы знаний в readme ([c91441c](https://github.com/rcd27/zapret2-mcp/commit/c91441ce8ef223bbcfe15619a01ba5f2fa7066ad))
|
|
9
|
+
|
|
3
10
|
## [0.7.2](https://github.com/rcd27/zapret2-mcp/compare/v0.7.1...v0.7.2) (2026-03-28)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
[](https://github.com/rcd27/zapret2-mcp/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/zapret2-mcp)
|
|
5
5
|
[](https://www.npmjs.com/package/zapret2-mcp)
|
|
6
|
-
[](./knowledge/)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
9
|
База знаний по [zapret2](https://github.com/bol-van/zapret2) (DPI bypass) и [blockcheckw](https://github.com/rcd27/blockcheckw) (сканер стратегий). Работает как [MCP-сервер](https://modelcontextprotocol.io/) для LLM-агентов и как обычная документация.
|
|
10
10
|
|
|
11
|
-
> **Можно использовать без агентов.** [`knowledge/`](./knowledge/) —
|
|
11
|
+
> **Можно использовать без агентов.** [`knowledge/`](./knowledge/) — 35 статей на русском языке. Открывайте и читайте как обычную документацию, без установки чего-либо.
|
|
12
12
|
|
|
13
13
|
## Что внутри
|
|
14
14
|
|
|
15
15
|
| Раздел | Статей | Темы |
|
|
16
16
|
|--------|--------|------|
|
|
17
|
-
| [strategies/](./knowledge/strategies/) |
|
|
17
|
+
| [strategies/](./knowledge/strategies/) | 10 | TCP segmentation, fake packets, Lua scripting, QUIC, circular, Discord, Telegram, orchestration, community production strategies |
|
|
18
18
|
| [config/](./knowledge/config/) | 9 | nfqws2 CLI, zapret2 config, desync profiles, hostlists/ipsets, auto-hostlist, security hardening, UCI, blobs, миграция v1 → v2 |
|
|
19
19
|
| [troubleshooting/](./knowledge/troubleshooting/) | 5 | Smart TV + YouTube, QUIC, IPv6, FLOWOFFLOAD, конфликты с Podkop |
|
|
20
|
-
| [tspu/](./knowledge/tspu/) |
|
|
20
|
+
| [tspu/](./knowledge/tspu/) | 6 | Архитектура ТСПУ, DPI engine, методы блокировки, двухстадийная система, ночные реконфигурации, юридические риски |
|
|
21
21
|
| [workflows/](./knowledge/workflows/) | 2 | Установка, поиск стратегии |
|
|
22
22
|
| [blockcheckw/](./knowledge/blockcheckw/) | 2 | Overview, команды |
|
|
23
23
|
| [platforms/](./knowledge/platforms/) | 1 | Linux, OpenWrt, Windows, FreeBSD, OpenBSD, Android |
|
|
@@ -95,6 +95,7 @@ npm start
|
|
|
95
95
|
- [zapret2](https://github.com/bol-van/zapret2) — DPI bypass от bol-van
|
|
96
96
|
- [blockcheckw](https://github.com/rcd27/blockcheckw) — быстрый сканер стратегий
|
|
97
97
|
- [tspu-docs](https://github.com/DanielLavrushin/tspu-docs) — документация ТСПУ
|
|
98
|
+
- Academic: [IMC 2022](https://dl.acm.org/doi/10.1145/3517745.3561461), [IMC 2021](https://dl.acm.org/doi/10.1145/3487552.3487858), [NDSS 2020](https://www.ndss-symposium.org/ndss-paper/decentralized-control-a-case-study-of-russia/), [USENIX Security 2023](https://www.usenix.org/conference/usenixsecurity23/presentation/ramesh-network-responses) — рецензированные исследования архитектуры и поведения ТСПУ
|
|
98
99
|
- Community — обезличенные знания из открытых обсуждений
|
|
99
100
|
|
|
100
101
|
## Лицензия
|