An open API service indexing awesome lists of open source software.

https://github.com/h1wind/socks5

SOCKS5 proxy server based on libevent
https://github.com/h1wind/socks5

arm c cross-platform darwin iot libevent linux macos mips proxy socks5 unix windows x86 x86-64

Last synced: 6 months ago
JSON representation

SOCKS5 proxy server based on libevent

Awesome Lists containing this project

README

          

# socks5

A socks5 server for testing libevent, Can support linux/windows/macos, but only tested on macos

build

```shell
git clone https://github.com/h1wind/socks5.git
cd socks5
git submodule update --init --recursive
mkdir build
cd build

# Debug mode
# cmake -DCMAKE_BUILD_TYPE:STRING=Debug ..

cmake ..
cmake --build . --target socks5
```

usage

```shell
./socks5 0.0.0.0:1080 admin passwd 8.8.8.8
```