Registry / networking / tcpproxy

tcpproxy

JSON →
library0.0.0-20231102063150-2862066fc2a9gogounverified

Package tcpproxy lets users build TCP proxies, optionally making routing decisions based on HTTP/1 Host headers and the SNI hostname in TLS connections.

go get inet.af/tcpproxy
INSTALL
IMPORT
SIG · TCPPROXY
T
tcpproxy
networkinggov0.0.0-20231102063150-2862066fc2a9
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
inet.af/tcpproxy

Create a simple TCP proxy

package main import ( "inet.af/tcpproxy" "log" ) func main() { var p tcpproxy.Proxy p.AddRoute(":8080", tcpproxy.To("localhost:80")) log.Fatal(p.Run()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231102063150-2862066fc2a9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
tcpproxy — go get tcpproxy · libregistry