mirror of
https://github.com/hufrea/byedpi.git
synced 2025-03-08 10:05:57 +03:00
Change default options in .bat
This commit is contained in:
parent
078842b084
commit
9fb5cfbd63
2 changed files with 2 additions and 2 deletions
dist/windows
2
dist/windows/byedpi.bat
vendored
2
dist/windows/byedpi.bat
vendored
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
title ByeDPI
|
||||
|
||||
ciadpi.exe --split 1 --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s
|
||||
ciadpi.exe --split 1 --disorder 3+s --mod-http=h,d --auto=torst --tlsrec 1+s
|
2
dist/windows/service_install.bat
vendored
2
dist/windows/service_install.bat
vendored
|
@ -11,7 +11,7 @@ set svc_name="ByeDPI"
|
|||
set svc_desc="Local SOCKS proxy server to bypass DPI (Deep Packet Inspection)."
|
||||
|
||||
:: Set up launch args (bypass methods) here.
|
||||
set svc_bin="\"%cd%\ciadpi.exe\" --split 1 --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s"
|
||||
set svc_bin="\"%cd%\ciadpi.exe\" --split 1 --disorder 3+s --mod-http=h,d --auto=torst --tlsrec 1+s"
|
||||
|
||||
sc stop %svc_name%
|
||||
sc delete %svc_name%
|
||||
|
|
Loading…
Add table
Reference in a new issue