From 3e7c6675896bbc397270e54282ae30a98352ef4b Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sun, 28 Dec 2025 15:32:11 +0300 Subject: [PATCH] Fallback if hosts download failed --- service.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/service.bat b/service.bat index a121f21..80b20c4 100644 --- a/service.bat +++ b/service.bat @@ -847,6 +847,7 @@ if exist "%SystemRoot%\System32\curl.exe" ( if not exist "%tempFile%" ( call :PrintRed "Failed to download hosts file from repository" + call :PrintYellow "Copy hosts file manually from %hostsUrl%" pause goto menu )