/biosocks2

Simple efficient socks5 server

Primary LanguageC++

biosocks2

Simple efficient socks5 server

  1. Edit the settings at the top of the biosocks2.cpp file.
  2. Compile with: g++ biosocks2.cpp -O2 -pthread -o biosocks2
  3. Run as ./biosocks2

NOTE: You can optionally pass -f switch to run in foreground for debugging.