mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-31 07:04:11 +00:00
Changed default options.
This commit is contained in:
parent
021e1b174e
commit
5cc3939c11
2
dist/windows/byedpi.bat
vendored
2
dist/windows/byedpi.bat
vendored
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
title ByeDPI
|
||||
|
||||
"%~dp0ciadpi.exe" --ip 127.0.0.1 --split 1+s --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s
|
||||
"%~dp0ciadpi.exe" --ip 127.0.0.1 --oob 3+s --split 1+s --disorder 3+s --mod-http=h,d --tlsrec 1+s
|
2
dist/windows/service_install.bat
vendored
2
dist/windows/service_install.bat
vendored
@ -11,7 +11,7 @@ exit /b 0
|
||||
set svc_name="ByeDPI"
|
||||
set svc_desc="Local SOCKS proxy server to bypass DPI (Deep Packet Inspection)."
|
||||
|
||||
set svc_bin="\"%~dp0ciadpi.exe\" --ip 127.0.0.1 --split 1+s --disorder 3+s --mod-http=h,d --auto --tlsrec 1+s"
|
||||
set svc_bin="\"%~dp0ciadpi.exe\" --ip 127.0.0.1 --oob 3+s --split 1+s --disorder 3+s --mod-http=h,d --tlsrec 1+s"
|
||||
|
||||
sc stop %svc_name%
|
||||
sc delete %svc_name%
|
||||
|
Loading…
Reference in New Issue
Block a user