-
Notifications
You must be signed in to change notification settings - Fork 403
--local-to-remote cannot parse remote port #424
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
Comments
Commit 38180e7 is probably related. It tests that string ends with If you remove the
See servo/rust-url#706 for the root cause. |
Is that fine to leave out for Wireguard? |
Hello, Regarding if it is safe for wireguard, it is if you configure wireguard client to send an |
I replaced the binary on both my systems, removed For now I left all the settings (no timeout_sec and short PersistentKeepalive) and replaced the binary back to 9.1.0 and I'm up and running. in any case, thank you so much for all your work erebe!!
|
it is fixed is the latest release https://github.com/erebe/wstunnel/releases/tag/v10.1.11 Thanks again for reporting |
Everything works in my setup with the latest version, thank you!!! |
Describe the bug
Command line arguments that use to work no longer work in the latest version.
-L 'udp://51820:localhost:443?timeout_sec=0'
givescannot parse remote port from localhost:443?timeout_sec=0
I only tested a couple UDP ports as noted below and it seems to be UDP 443 causing issues.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Your wstunnel setup
--log-lvl=DEBUG
doesn't show anything different from above.Desktop (please complete the following information):
debian 12.10
Additional context
Don't really need anything setup, just grab the binary and run the command to get the error.
The text was updated successfully, but these errors were encountered: