Browse Source

preset_russia.cmd : add 1 sec delay before 2 instances

pull/193/head
bol-van 11 months ago
parent
commit
e8241a4fa3
  1. 1
      binaries/win64/zapret-winws/preset_russia.cmd
  2. 1
      binaries/win64/zapret-winws/preset_russia_autohostlist.cmd

1
binaries/win64/zapret-winws/preset_russia.cmd

@ -1,2 +1,3 @@
start "zapret: http,https" "%~dp0winws.exe" --wf-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig
timeout /t 1
start "zapret: quic" "%~dp0winws.exe" --wf-udp=443 --dpi-desync=fake --dpi-desync-repeats=11

1
binaries/win64/zapret-winws/preset_russia_autohostlist.cmd

@ -1,2 +1,3 @@
start "zapret: http,https,autohostlist" "%~dp0winws.exe" --wf-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0autohostlist.txt"
timeout /t 1
start "zapret: quic,autohostlist" "%~dp0winws.exe" --wf-udp=443 --dpi-desync=fake --dpi-desync-repeats=10 --hostlist-auto="%~dp0autohostlist.txt"
Loading…
Cancel
Save