boost::asio socks4 daemon server in C++20
This project implements a multithreaded socks4 daemon server in C++20 using the boost::asio library.
- Clone/Download the repo wherever you like. The following steps assume you place in your user directory.
cd ~/socks4/
make
./socks4d -h
for usage
- C++20
- boost 1.80
- libpthread.so