Removed user's ipset

This commit is contained in:
Flowseal
2026-02-23 14:17:53 +03:00
parent a90fead845
commit 7bad3ee9d1
21 changed files with 56 additions and 61 deletions

View File

@@ -107,13 +107,9 @@ goto menu
:load_user_lists
set "LISTS_PATH=%~dp0lists\"
if not exist "%LISTS_PATH%ipset-all-user.txt" (
echo 203.0.113.113/32>"%LISTS_PATH%ipset-all-user.txt"
)
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"
)