From 0f4591d81353cab7c4d7c81aa492d9fc942990cf Mon Sep 17 00:00:00 2001 From: Flowseal <50780822+Flowseal@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:22:41 +0300 Subject: [PATCH] Added quotes for escaping for new strategy --- general (FAKE TLS MOD AUTO).bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general (FAKE TLS MOD AUTO).bat b/general (FAKE TLS MOD AUTO).bat index ddadaf3..d2ca673 100644 --- a/general (FAKE TLS MOD AUTO).bat +++ b/general (FAKE TLS MOD AUTO).bat @@ -7,8 +7,8 @@ call service_status.bat zapret call check_updates.bat soft echo: -set BIN=%~dp0bin\ -set LISTS=%~dp0lists\ +set "BIN=%~dp0bin\" +set "LISTS=%~dp0lists\" start "zapret: general" /min "%BIN%winws.exe" --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ --filter-udp=443 --hostlist="%LISTS%list-general.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^