Skip to content

Commit

Permalink
Change default options in .bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed Aug 22, 2024
1 parent 9c6c86e commit 078842b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/windows/byedpi.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
title ByeDPI

ciadpi.exe --split 1+s --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s
ciadpi.exe --split 1 --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s
2 changes: 1 addition & 1 deletion dist/windows/service_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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+s --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 --tlsrec 1+s"

sc stop %svc_name%
sc delete %svc_name%
Expand Down

0 comments on commit 078842b

Please sign in to comment.