Skip to content

mcriley821/socks4d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published