Tcpproxy
TCP proxy server written in Go
Install / Use
/learn @cenkalti/TcpproxyREADME
tcpproxy
Simple TCP proxy written in Go
Install
Build it yourself:
$ go get github.com/cenkalti/tcpproxy/cmd/tcpproxy
or download pre-compiled binary from releases page:
$ wget "https://github.com/cenkalti/tcpproxy/releases/download/v<VERSION>/tcpproxy"
or pull pre-built docker image:
$ docker pull cenkalti/tcpproxy
Usage
$ tcpproxy -h
usage: ./tcpproxy [options] listen_address remote_address
-c duration
connect timeout (default 10s)
-d enable debug log
-g duration
grace period in seconds before killing open connections (default 10s)
-k duration
TCP keepalive period (default 1m0s)
-m string
listen address for management interface
-r duration
DNS resolve period (default 10s)
-s string
file to save/load remote address to survive restarts
-v print version and exit
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
347.6kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
