Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 273 Bytes

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.