Skip to content

Commit c2f6615

Browse files
committed
bump to version 3.0.1
1 parent 1f543d6 commit c2f6615

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker run --rm -it --pull=always ghcr.io/runnin4ik/dpi-detector:latest
5959
Или запускайте с указанием определенной версии
6060
Это избавляет от постоянных скачиваний, но нужно следить за актуальностью версий
6161
```bash
62-
docker run --rm -it ghcr.io/runnin4ik/dpi-detector:3.0.0
62+
docker run --rm -it ghcr.io/runnin4ik/dpi-detector:3.0.1
6363
```
6464

6565
#### С кастомизацией
@@ -120,8 +120,8 @@ python dpi_detector.py -t 2 -d discord.com -p socks5://127.0.0.1:1080
120120

121121
Для использования программы не обязательно устанавливать Python. Скачайте подходящий `.exe` файл в разделе [Releases -> Assets](https://github.com/Runnin4ik/dpi-detector/releases):
122122

123-
* **[Скачать для Windows 10 / 11](https://github.com/Runnin4ik/dpi-detector/releases/download/v3.0.0/dpi_detector_v3.0.0_win10.exe)**
124-
* **[Скачать для Windows 7 / 8](https://github.com/Runnin4ik/dpi-detector/releases/download/v3.0.0/dpi_detector_v3.0.0_win7.exe)**
123+
* **[Скачать для Windows 10 / 11](https://github.com/Runnin4ik/dpi-detector/releases/download/v3.0.1/dpi_detector_v3.0.1_win10.exe)**
124+
* **[Скачать для Windows 7 / 8](https://github.com/Runnin4ik/dpi-detector/releases/download/v3.0.1/dpi_detector_v3.0.1_win7.exe)**
125125

126126
#### С кастомизацией
127127

dpi_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from core.dns_scanner import check_dns_integrity, collect_stub_ips_silently
2525
from utils.files import load_domains, load_tcp_targets, load_whitelist_sni, get_base_dir
2626

27-
CURRENT_VERSION = "3.0.0"
27+
CURRENT_VERSION = "3.0.1"
2828
GITHUB_REPO = "Runnin4ik/dpi-detector"
2929

3030
DOMAINS = load_domains()

0 commit comments

Comments
 (0)