Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 510 Bytes

socks4d

boost::asio socks4 daemon server in C++20

This project implements a multithreaded socks4 daemon server in C++20 using the boost::asio library.

Building

  1. Clone/Download the repo wherever you like. The following steps assume you place in your user directory.
  2. cd ~/socks4/
  3. make
  4. ./socks4d -h for usage

Dependencies

  • C++20
  • boost 1.80
  • libpthread.so