Skip to content

Simple proxy server in C++ language using boost::asio library and socks protocol.

License

Notifications You must be signed in to change notification settings

m-hejrati/Socks-Proxy-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socks Proxy Server

Simple proxy server in C++ language using boost::asio library and socks protocol, based on boost_socks5 project

Prerequisites

we use asio and some other library of boost in this project, for installing boost you can write this command:

sudo apt-get install libboost-all-dev

For logging, we use spdlog , you can clone it from below github repo:

git clone https://github.com/gabime/spdlog.git

Installation

compile project with CMake:

mkdir build
cd build
cmake ..
make

and run:

./main

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Simple proxy server in C++ language using boost::asio library and socks protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published