- 000
I'm new to Docker and I'm confused when I try to understand the command
docker run --rm -it -p <listen-port>:<listen-port> -p <remote-port>:<remote-port> kevinwan/tproxy:v1 tproxy -l 0.0.0.0 -p <listen-port> -r host.docker.internal:<remote-port>
I'm gonna split th...
- 000
Hi,
I just ran this command tproxy -p 3307 -r localhost:3306 and always get this output:
[x] Failed to start listener: failed to start listener: listen tcp: lookup localhost: no such host
I changed localhost to 127.0.0.1 but it still failed.
Issue
Nats msg bus
- 000
Hi,
what about to support/use Nats for the tcp proxy forwarding ?
Whit this approach it could be very easy to monitor the tcp traffic.
Bye,
Luca