An open API service indexing awesome lists of open source software.

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

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
```