Changed default options.

This commit is contained in:
raspopov 2024-08-22 20:48:43 +03:00
parent 021e1b174e
commit 5cc3939c11
No known key found for this signature in database
GPG Key ID: 2B35203E97E80E13
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@echo off @echo off
title ByeDPI 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

View File

@ -11,7 +11,7 @@ exit /b 0
set svc_name="ByeDPI" set svc_name="ByeDPI"
set svc_desc="Local SOCKS proxy server to bypass DPI (Deep Packet Inspection)." 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 stop %svc_name%
sc delete %svc_name% sc delete %svc_name%