Files
2025-10-04 11:49:32 -07:00
..
2025-10-04 11:49:32 -07:00
2021-04-05 12:29:13 -05:00

client/tcpproxy

Overview

Implements the local TCP proxy used for port forwarding from the client side. Manages listener lifecycles, connection pumps, and cleanup hooks.

Go Files

  • tcpproxy.go Implements the client-side TCP proxy listener, connection handlers, and shutdown logic.