This commit is contained in:
bol-van
2024-04-26 21:36:27 +03:00
parent 3098727f4c
commit 1a9a676c94
44 changed files with 1624 additions and 127 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
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%"

View File

@@ -0,0 +1,2 @@
schtasks /End /TN winws1
schtasks /Delete /TN winws1 /F

View File

@@ -0,0 +1 @@
schtasks /Run /TN winws1

View File

@@ -0,0 +1 @@
schtasks /End /TN winws1

Binary file not shown.