From 394d12ce330d928db1b5f659cd3a7450c01d921d Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sun, 14 Jun 2026 19:08:52 +0300 Subject: [PATCH] Warning in user's list --- service.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service.bat b/service.bat index 6a3bd02..880caba 100644 --- a/service.bat +++ b/service.bat @@ -115,7 +115,8 @@ if not exist "%LISTS_PATH%ipset-exclude-user.txt" ( echo 203.0.113.113/32>"%LISTS_PATH%ipset-exclude-user.txt" ) if not exist "%LISTS_PATH%list-general-user.txt" ( - echo domain.example.abc>"%LISTS_PATH%list-general-user.txt" + echo # Never leave this file empty>"%LISTS_PATH%list-general-user.txt" + echo domain.example.abc>>"%LISTS_PATH%list-general-user.txt" ) if not exist "%LISTS_PATH%list-exclude-user.txt" ( echo domain.example.abc>"%LISTS_PATH%list-exclude-user.txt"