From d79b6f419ecf304b1c6b0a57d7352ae5191f6051 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 2 May 2024 16:07:55 +0300 Subject: [PATCH] preset cmd: start minimized --- binaries/win64/zapret-winws/preset_russia_autohostlist.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/win64/zapret-winws/preset_russia_autohostlist.cmd b/binaries/win64/zapret-winws/preset_russia_autohostlist.cmd index d2f83c6..c11788c 100644 --- a/binaries/win64/zapret-winws/preset_russia_autohostlist.cmd +++ b/binaries/win64/zapret-winws/preset_russia_autohostlist.cmd @@ -1,2 +1,2 @@ -start "zapret: http,https,autohostlist" "%~dp0winws.exe" /min --wf-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0autohostlist.txt" -start "zapret: quic,autohostlist" "%~dp0winws.exe" /min --wf-udp=443 --dpi-desync=fake --dpi-desync-repeats=10 --hostlist-auto="%~dp0autohostlist.txt" \ No newline at end of file +start "zapret: http,https,autohostlist" /min "%~dp0winws.exe" --wf-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0autohostlist.txt" +start "zapret: quic,autohostlist" /min "%~dp0winws.exe" /min --wf-udp=443 --dpi-desync=fake --dpi-desync-repeats=10 --hostlist-auto="%~dp0autohostlist.txt" \ No newline at end of file