diff --git a/dist/windows/byedpi.bat b/dist/windows/byedpi.bat index 8fb6023..5c0331f 100644 --- a/dist/windows/byedpi.bat +++ b/dist/windows/byedpi.bat @@ -1,4 +1,4 @@ @echo off title ByeDPI -ciadpi.exe --split 1+s --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s \ No newline at end of file +ciadpi.exe --split 1 --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s \ No newline at end of file diff --git a/dist/windows/service_install.bat b/dist/windows/service_install.bat index 03baf61..72e3e19 100644 --- a/dist/windows/service_install.bat +++ b/dist/windows/service_install.bat @@ -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%