-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
et -t
does not accept IP address
#604
Comments
Interesting, thanks for the clear issue description. I don't believe ip addresses are supported at all. I think what's happening is the "10.96.0.1" is being passed to stoi and turned into "10", and "50005:127.1.1.1:8443" is being turned into "50005". Stoi is very tolerant of malformed numbers. Would you be willing to write this PR? There's a few parts:
|
@MisterTea would love to help with PR, but sadly I don't know C++ Do you accept bounties, by the way? If yes, I would happily sponsor implementation of this feature. |
Looking this over. Unfortunately due to the the history of how |
I'm using ET to port-forward kube-apiserver to my local machine using
et -t
and looks like it does not accept IP address specified like${LOCAL_ADDR}":"${LOCAL_PORT}":"${REMOTE_ADDR}":"${REMOTE_PORT}
. This is perfectly working combination with SSH, but not with ET.Some examples:
SSH example:
Would be really nice to see such functionality present in EternalTerminal!
The text was updated successfully, but these errors were encountered: