Skip to content
GitHubLinkedIn

TCP proxy

A TCP proxy routes raw TCP connections to backend targets.

Unlike an HTTP reverse proxy, a TCP proxy does not understand application protocols; it forwards bytes and selects backends based on connection metadata (IP/port, SNI in some cases, etc.).