No description
  • CMake 49.3%
  • Shell 36.8%
  • C++ 13.9%
Find a file
Shuo Feng 150ae5cfb5
All checks were successful
Build with vcpkg / Setup and Test (push) Successful in 12s
Merge pull request 'just to check if branch protection works' (#1) from feat/check-branch-protection into master
Reviewed-on: #1
2026-01-15 17:03:23 +00:00
.github/workflows Set up project (#1) 2026-01-15 11:45:06 -05:00
src Set up project (#1) 2026-01-15 11:45:06 -05:00
tests Set up project (#1) 2026-01-15 11:45:06 -05:00
.gitignore Set up project (#1) 2026-01-15 11:45:06 -05:00
CMakeLists.txt Set up project (#1) 2026-01-15 11:45:06 -05:00
LICENSE Initial commit 2026-01-14 16:53:33 -05:00
README.md Set up project (#1) 2026-01-15 11:45:06 -05:00
run.sh Set up project (#1) 2026-01-15 11:45:06 -05:00
test.sh Set up project (#1) 2026-01-15 11:45:06 -05:00
vcpkg.json Set up project (#1) 2026-01-15 11:45:06 -05:00

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 Debug or Release build in CMakeLists.txt

Config

WIP