-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
[Bug] wintun device name incorrect in Windows #300
Comments
This should be fixed by #301. Please feel free to reopen it if this issue still exists! To specify the GUID for wintun adapters, see tun-options. |
Thank buddy, but where is the new build for device model? |
There's no release yet, but you can build yourself. |
Thanks, works as expected |
Verify steps
Version
2.5.1
What OS are you seeing the problem on?
Windows
Description
The created tun interface change its name by adding increasing number
ie wintun1, wintun2, wintun3, ...
This affect NAT internet sharing from the wintun interface to Hotspot
CLI or Config
tun2socks-windows-amd64 -device tun://wintun -proxy socks5://127.0.0.1:1081
Logs
No response
How to Reproduce
just run the coomand
wintun change its name every time
The text was updated successfully, but these errors were encountered: