Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 567 Bytes

Complie

make

If is not working, please try:

clang -m64 -O3 -Wall -lpthread -o thread_socket thread_socket.c

Usage

./thread_socket -h
Usage of ./thread_sock:
        -p      <port for running>
        -l      show running log
        -d      start daemon service
        -h      show this message

编译以后可以在任意终端上运行,比如安卓的Termux
使用的最直接的使用方法就是运行后在手机的APN设置里面设置代理:
127.0.0.1 端口 默认为8080

Email

[email protected]