service_create.cmd, task_create.cmd : comment service creation to avoid accidental installation

This commit is contained in:
bol-van
2024-10-26 10:53:11 +03:00
parent 5572bf7c2b
commit 37b5651976
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
set ARGS=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig
call :srvinst winws1
rem set ARGS=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig
rem call :srvinst winws1
rem set ARGS=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
rem call :srvinst winws2
goto :eof