From 8a1885d7d06a098989c450bb851a9508d977725d Mon Sep 17 00:00:00 2001 From: Flowseal Date: Thu, 25 Dec 2025 21:00:31 +0300 Subject: [PATCH] fix typo --- service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.bat b/service.bat index 733665c..63f5eee 100644 --- a/service.bat +++ b/service.bat @@ -63,7 +63,7 @@ echo 8. Switch ipset (%IPsetStatus%) echo 9. Update ipset list echo 10. Run Tests echo 0. Exit -set /p menu_choice=Enter choice (0-9): +set /p menu_choice=Enter choice (0-10): if "%menu_choice%"=="1" goto service_install if "%menu_choice%"=="2" goto service_remove