Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 256 Bytes

File metadata and controls

13 lines (9 loc) · 256 Bytes

SocksServer

My Socks Server in C++

made with winsock2.h

to compile use "MinGW w64 compiler" (Version: 8.1.0, Architecture: i686, Threads: posix, Exception: dwarf) https://mingw-w64.org/doku.php

Compile

g++ main.cpp -o server.exe -lws2_32