No description
- CMake 49.3%
- Shell 36.8%
- C++ 13.9%
|
All checks were successful
Build with vcpkg / Setup and Test (push) Successful in 12s
Reviewed-on: #1 |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| run.sh | ||
| test.sh | ||
| vcpkg.json | ||
YEt Another SOCKS: a lightweight SOCKS5 proxy server written in C++23
Requirements
- C++23 compiler: mandatory
- CMake: developed under 3.28+
- vcpkg: for dependency management
Quick Start
git clone https://github.com/vonhyou/yea-socks.git
cd yea-socks
./run.sh
Note: set
DebugorReleasebuild in CMakeLists.txt
Config
WIP