pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 183 forks source link

Change the listen address #46

Open FritschAuctores opened 4 years ago

FritschAuctores commented 4 years ago

We have following scenario:

Now we have a problem. The Container can´t connect to the forwarder. So we change the "server.listen IP" in the Connections.js to 0.0.0.0, but that is not optimal. Now every device in our Network can connect to the service.

We need an option to configure the local bind address.

rivetmichael commented 4 years ago

@FritschAuctores same need here !

dobesv commented 4 years ago

I wanted this as well so I made a PR: https://github.com/pixel-point/kube-forwarder/pull/41

They haven't responded to the PR for a long time, though, so I guess they aren't too excited about it.

ghost commented 3 years ago

41 was merged