ShadowsocksR-Live / overtls

A simple proxy tunnel, minimalist tool for bypassing the GFW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] TUNNEL_ PATH supports multiple path splitting strings

chenxudong2020 opened this issue · comments

[Suggestion] TUNNEL_ PATH supports multiple path splitting strings
Would this be more like visiting a normal website and using a random algorithm to load it locally

Could you please release a beta version ?

you can install it with this command to your folder ~/.cargo/bin/

cargo install overtls --git=https://github.com/ShadowsocksR-Live/overtls.git --branch=multipath --force

I know how to compile and have time to test it. I have already created a Docker image using Overtls as a client and Singbox in conjunction with pre porting. If you have time to experience it, I have thought about it. If Overtls does have some functions that are duplicated with other software, there may be unsafe issues. For example, if Bilibili detects a VPS proxy, it may determine that it is in FQ. If there is a need, you can temporarily use Singbox in conjunction with it. You can refer to my code repository: https://github.com/chenxudong2020/overtlsclient

multiple forms are /user, user2,user3/ also/user/, /user2/, /user3/ ?

{
    "tunnel_path":["/secret-tunnel-path1/", "/secret-tunnel-path2/", "/secret-tunnel-path3/"],
    // ...
}

There were no issues with the testing. In the future, I changed the Docker to support this feature, and the client has updated its support
https://github.com/chenxudong2020/overtlsclient