mirror of
https://github.com/BishopFox/sliver
synced 2026-06-08 10:29:05 +00:00
10 lines
298 B
Markdown
10 lines
298 B
Markdown
# 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.
|