From 4743104fe0d5527589aab9de32c539f0c4fdf985 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Tue, 9 Sep 2025 20:22:16 +0300 Subject: [PATCH] Changed ipset placeholder to unused (test-net-3) --- lists/ipset-all.txt | 2 +- service.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/ipset-all.txt b/lists/ipset-all.txt index c6ba918..9d9a091 100644 --- a/lists/ipset-all.txt +++ b/lists/ipset-all.txt @@ -1 +1 @@ -0.0.0.0/32 +203.0.113.113/32 diff --git a/service.bat b/service.bat index acf4550..e7828c3 100644 --- a/service.bat +++ b/service.bat @@ -666,7 +666,7 @@ if !errorlevel!==0 ( ) >"%listFile%" ( - echo 0.0.0.0/32 + echo 203.0.113.113/32 ) )