Skip to content

Commit 7d08bfe

Browse files
committed
bump version to 2.0.1
1 parent 8c7ce9a commit 7d08bfe

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
@@ -46,7 +46,7 @@ docker run --rm -it --pull=always ghcr.io/runnin4ik/dpi-detector:latest
4646
Или запускайте с указанием определенной версии
4747
Это избавляет от постоянных скачиваний, но нужно следить за актуальностью версий
4848
```bash
49-
docker run --rm -it ghcr.io/runnin4ik/dpi-detector:2.0
49+
docker run --rm -it ghcr.io/runnin4ik/dpi-detector:2.0.1
5050
```
5151

5252
#### С кастомизацией
@@ -105,8 +105,8 @@ python dpi_detector.py
105105

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

108-
* **[Скачать для Windows 10 / 11](https://github.com/Runnin4ik/dpi-detector/releases/download/v2.0.0/dpi_detector_v2.0.0_win10.exe)**
109-
* **[Скачать для Windows 7 / 8](https://github.com/Runnin4ik/dpi-detector/releases/download/v2.0.0/dpi_detector_v2.0.0_win7.exe)**
108+
* **[Скачать для Windows 10 / 11](https://github.com/Runnin4ik/dpi-detector/releases/download/v2.0.1/dpi_detector_v2.0.1_win10.exe)**
109+
* **[Скачать для Windows 7 / 8](https://github.com/Runnin4ik/dpi-detector/releases/download/v2.0.1/dpi_detector_v2.0.1_win7.exe)**
110110

111111
#### С кастомизацией
112112

dpi_detector.py

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

26-
CURRENT_VERSION = "2.0"
26+
CURRENT_VERSION = "2.0.1"
2727
GITHUB_REPO = "Runnin4ik/dpi-detector"
2828

2929
DOMAINS = load_domains()

0 commit comments

Comments
 (0)