bioboy / biosocks2

Simple efficient socks5 server
5 stars 6 forks source link

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 ./biosocks

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