mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
task_*cmd: add commented second winws instance
This commit is contained in:
parent
45913cc2cd
commit
545290cefd
@ -1,2 +1,4 @@
|
|||||||
set WINWS1=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig
|
set WINWS1=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig
|
||||||
schtasks /Create /F /TN winws1 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS1%"
|
schtasks /Create /F /TN winws1 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS1%"
|
||||||
|
rem set WINWS2=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
|
||||||
|
rem schtasks /Create /F /TN winws2 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS2%"
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
schtasks /End /TN winws1
|
schtasks /End /TN winws1
|
||||||
schtasks /Delete /TN winws1 /F
|
schtasks /Delete /TN winws1 /F
|
||||||
|
rem schtasks /End /TN winws2
|
||||||
|
rem schtasks /Delete /TN winws2 /F
|
||||||
|
@ -1 +1,2 @@
|
|||||||
schtasks /Run /TN winws1
|
schtasks /Run /TN winws1
|
||||||
|
rem schtasks /Run /TN winws2
|
||||||
|
@ -1 +1,2 @@
|
|||||||
schtasks /End /TN winws1
|
schtasks /End /TN winws1
|
||||||
|
rem schtasks /End /TN winws2
|
||||||
|
Loading…
Reference in New Issue
Block a user