Files
2025-10-04 11:49:32 -07:00

10 lines
298 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.