Simple proxy server in C++ language using boost::asio library and socks protocol, based on boost_socks5 project
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
compile project with CMake:
mkdir build
cd build
cmake ..
make
and run:
./main
Distributed under the MIT License. See LICENSE.txt
for more information.