You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the grpc-dump tool to give the ability for users to make the proxy listening on a different interface or IP address.
I found my way by monkey patching the source code and it worked pretty well, guessing you would implement this easily by just adding a CLI argument and reinjecting the value into the right function call :)
Thanks !
The text was updated successfully, but these errors were encountered:
Hi @bradleyjkemp !
So my use case is very simple, I'm running an app in a virtual machine and I can't reach the proxy from that source. Of course I could have circumvented the limitation by doing port forwarding/tunneling or whatever but I guess that would be useful in other cases :)
This is all done 🙌 You should be able to update to v0.2.5 and use the --interface flag to listen on whichever interface you need (e.g. --interface 0.0.0.0 to listen on all interfaces)
Hello !
I would like the grpc-dump tool to give the ability for users to make the proxy listening on a different interface or IP address.
I found my way by monkey patching the source code and it worked pretty well, guessing you would implement this easily by just adding a CLI argument and reinjecting the value into the right function call :)
Thanks !
The text was updated successfully, but these errors were encountered: