Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 297 Bytes

tcp-proxy

A barebones tcp-proxy

  • Upon connection to the proxy, the proxy makes a connection to the specified remote server. The client can simply pretend they are communicating with the remote server.

  • Handles multiple connections at once

  • Less than 50 lines of code

  • Super awesome