hmgle / graftcp

A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.
GNU General Public License v3.0
2.07k stars 174 forks source link

Single command graftcp #34

Closed chaoqing closed 3 years ago

chaoqing commented 3 years ago

Hi @hmgle, I am sorry for this late response to the #33 issue. I am not highly motived to complete the pull request as I noticed I need graftcp on the unsupported ARM/OSX platform.

Anyway I created a prototype to demonstrate my idea on merging graftcp-local and graftcp into one single command so that no pre-started local service is needed.

Maybe you can do some polishing and corner case handling? As I do not have a easy to access Linux system. Let me know if you have any questions.

hmgle commented 3 years ago

Well done! As this is a large change, I will merge it into a new single-command branch and update on it, and plan to release to v0.4 after all the work is completed.