docs(readme): Add screenshot and reorganize Windows section

- Add a new screenshot demonstrating example results
- Reorganize the Windows installation section for improved readability
This commit is contained in:
Kirill Minovsky 2026-02-14 03:00:57 +03:00
parent 5d26cea8f8
commit 669768ddfe
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Docker](https://img.shields.io/badge/docker-ready-brightgreen.svg)](https://github.com/Runnin4ik/dpi-detector/pkgs/container/dpi-detector)
![Пример результатов](https://raw.githubusercontent.com/Runnin4ik/dpi-detector/main/images/screenshot.png)
## 🎯 Возможности
- ✅ **Анализ TLS** - Проверка работы TLS 1.2 и TLS 1.3, обнаружение подмены сертификатов (MITM) и блокировки по SNI
@ -16,6 +18,9 @@
- ✅ **Классификация ошибок** - TCP Reset (RST), Connection Abort, Handshake/Read Timeout, TLS alerts, SNI blocking, MITM (подмена сертификата), HTTP 451 и редиректы провайдера.
- ✅ **Поддержка IPv4-only режима** - для изоляции от IPv6
## 🪟 Windows
Для тех кто не хочет ставить себе python к каждому релизу прикреплен [.exe файл](https://github.com/Runnin4ik/dpi-detector/releases/download/v1.0.0/dpi_detector.exe)
## Docker
### Быстрый старт
@ -54,9 +59,6 @@ pip install -r requirements.txt
python dpi_detector.py
```
## 🪟 Windows
Для тех кто не хочет ставить себе python к каждому релизу прикреплен [.exe файл](https://github.com/Runnin4ik/dpi-detector/releases/download/v1.0.0/dpi_detector.exe)
## Кастомизация:
```bash
# Отредактируйте domains.txt для добавления своих доменов

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 KiB