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

https://github.com/hitoor/socks5

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

c cross-platform darwin libevent linux macos proxy socks5 unix windows

Last synced: 11 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/hitoor/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
```