Merge branch 'Flowseal:main' into main

This commit is contained in:
lxstwxrden 2025-05-03 03:29:35 +04:00 committed by GitHub
commit 775dca0832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
1.7.2
1.7.2b

View File

@ -39,7 +39,7 @@
- [**`cloudflare_switch.bat`**](./cloudflare_switch.bat) - включение/выключение обхода Cloudflare *(на деле перетирает список `ipset-cloudflare`, перезапуск после изменения не нужен)*
- [**`service.bat`**](./service.bat) - Установка на автозапуск (`Install Service`), удаление из автозапуска (`Remove Services`), проверка сервисов, диагностика, проверка обновлений
- [**`service.bat`**](./service.bat) - установка на автозапуск (`Install Service`), удаление из автозапуска (`Remove Services`), проверка сервисов, диагностика, проверка обновлений
## ☑️Распространенные проблемы
@ -77,7 +77,7 @@
- Отключите функцию **TUN** (Tunneling) в настройках вашего VPN
### При удалении с помощью [**`service_remove.bat`**](./service_remove.bat), WinDivert остается в службах
### При удалении с помощью [**`service.bat`**](./service.bat), WinDivert остается в службах
1. Узнайте название службы с помощью команды, в командной строке Windows (Win+R, `cmd`):

View File

@ -1,6 +1,6 @@
@echo off
setlocal EnableDelayedExpansion
set "LOCAL_VERSION=1.7.2"
set "LOCAL_VERSION=1.7.2b"
:: External commands
if "%~1"=="status_zapret" (
@ -242,8 +242,9 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB
:: Error handling
if not defined GITHUB_VERSION (
echo Error: Failed to fetch the latest version. Check your internet connection
echo Warning: failed to fetch the latest version. Check your internet connection. This warning does not affect the operation of zapret
pause
if "%1"=="soft" exit /b
goto menu
)