Registry / networking / google-tcpproxy

google-tcpproxy

JSON →
library0.0.0-20200125044825-b6bb9b5b8252gogounverified

Builds TCP proxies with optional routing based on HTTP Host headers or TLS SNI.

go get github.com/google/tcpproxy
INSTALL
IMPORT
SIG · GOOGLE-TCPPROXY
G
google-tcpproxy
networkinggov0.0.0-20200125044825-b6bb9b5b8252
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tcpproxy
github.com/google/tcpproxy

Creates a simple TCP proxy forwarding port 8080 to 9090.

package main import ( "github.com/google/tcpproxy" ) func main() { var p tcpproxy.Proxy p.AddRoute(":8080", tcpproxy.To("localhost:9090")) p.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200125044825-b6bb9b5b8252latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
google-tcpproxy — go get google-tcpproxy · libregistry