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
Thanks for sharing your awsome tool. Self injection and port forwarding is so cool!
However, it seems only IPv4 address is supported for those features.
: is already used as separator for those options,
so ssh port fowarding like IPv6 notation (surrounded by []) may be better.
I tried to implement in this way.
Please see this change. (Seems working, and passed make code/make lint)
If this is OK, I will open a new PR for it. How do you think?
Goal
We can specify IPv6 address for --self-inject/-R/-L.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SUMMARY
Thanks for sharing your awsome tool. Self injection and port forwarding is so cool!
However, it seems only IPv4 address is supported for those features.
:
is already used as separator for those options,so ssh port fowarding like IPv6 notation (surrounded by
[]
) may be better.I tried to implement in this way.
Please see this change. (Seems working, and passed
make code
/make lint
)If this is OK, I will open a new PR for it. How do you think?
Goal
We can specify IPv6 address for
--self-inject
/-R
/-L
.The text was updated successfully, but these errors were encountered: