https://github.com/databus23/tcpproxy
A dead simple tcpproxy
https://github.com/databus23/tcpproxy
Last synced: about 1 month ago
JSON representation
A dead simple tcpproxy
- Host: GitHub
- URL: https://github.com/databus23/tcpproxy
- Owner: databus23
- License: apache-2.0
- Created: 2021-11-08T12:07:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T07:03:19.000Z (over 4 years ago)
- Last Synced: 2025-01-25T22:34:47.851Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tcpproxy
========
Is very a very simple tcpproxy to listen on multiple addresses and forward do other endpoints.
I wrote this as a simple dependency free helper for developing on macOS.
Its main purpose is to avoid the "Do you want to accept incoming connections" every time a compiled binary is started.
By only listening on localhost in the binary and using the proxy to expose to a wider audience the message only needs to accepted once for the proxy. \o/
```
usage: tcpproxy listen:port:target:port ...
```
Installation
============
```
go install github.com/databus23/tcpproxy/tcpproxy@latest
```