mirror of https://github.com/bol-van/zapret/
4 changed files with 6 additions and 0 deletions
@ -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 |
|||
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 /Delete /TN winws1 /F |
|||
rem schtasks /End /TN winws2 |
|||
rem schtasks /Delete /TN winws2 /F |
|||
|
@ -1 +1,2 @@ |
|||
schtasks /Run /TN winws1 |
|||
rem schtasks /Run /TN winws2 |
|||
|
@ -1 +1,2 @@ |
|||
schtasks /End /TN winws1 |
|||
rem schtasks /End /TN winws2 |
|||
|
Loading…
Reference in new issue