hiddify-next
hiddify-next copied to clipboard
TUN mode not working on some windows devices
Search first
- [X] I searched and no similar issues were found
What Happened?
TUN mode is not working on some windows devices.
To get it working you have to manually add route to your server's IP address via default network adapter.
route add XX.XX.XX.XX 192.168.1.1 MASK 255.255.255.255 METRIC 2 IF XX
Reproduce the Bug
TUN mode doesn't work on random devices
Expected Behavior
No response
Version
v0.12.1
Platform/OS
Windows
Additional Context
No response
Relevant log output
No response
Are you willing to submit a PR? If you know how to fix the bug.
- [ ] I'm willing to submit a PR (Thank you!)
I am new here. And I think this repo currently is nearly perfect except no tun mode.
I am new here. And I think this repo currently is nearly perfect except no tun mode.
VPN mode=tun mode
I am new here. And I think this repo currently is nearly perfect except no tun mode.
VPN mode=tun mode
Thanks. Now I set it like this:
I guess it is the correct tun setting, right?
By the way, when looking into the code, it seems that the sing-box code is from libcore/bin/libcore.h
, but I didn't find the file. And I also didn't find the c file and corresponding library. And I wonder how is the file /singbox_generated_bindings.dart
generated.
I am new here. And I think this repo currently is nearly perfect except no tun mode.
VPN mode=tun mode
Thanks. Now I set it like this:
I guess it is the correct tun setting, right?
By the way, when looking into the code, it seems that the sing-box code is from
libcore/bin/libcore.h
, but I didn't find the file. And I also didn't find the c file and corresponding library. And I wonder how is the file/singbox_generated_bindings.dart
generated.
I only know that the VPN mode is TUN mode, but I don’t know the specific settings.
I am new here. And I think this repo currently is nearly perfect except no tun mode.
VPN mode=tun mode
Thanks. Now I set it like this:
I guess it is the correct tun setting, right? By the way, when looking into the code, it seems that the sing-box code is from
libcore/bin/libcore.h
, but I didn't find the file. And I also didn't find the c file and corresponding library. And I wonder how is the file/singbox_generated_bindings.dart
generated.I only know that the VPN mode is TUN mode, but I don’t know the specific settings.
After testing, I think this setting is correct for TUN.
TUN mode
I tried TUN mode but it doesn't work!
TUN mode
I tried TUN mode but it doesn't work!
Weird, mine(version 0.13.6) worked on win10--- Oh, yes, you must restart the app to make the tun mode initilazed successful.
TUN mode
I tried TUN mode but it doesn't work!
Weird, mine(version 0.13.6) worked on win10--- Oh, yes, you must restart the app to make the tun mode initilazed successful.
I am also running a Windows 10 system here, but I have adjusted all the parameters and cannot use TUN mode.
TUN mode
I tried TUN mode but it doesn't work!
Try adding route to your proxy server via physical adapter with metric 1 while VPN/TUN is active, check for virtual TUN adapter called singbox in network control panel.
我的物理网络适配器的IP:192.168.1.6,在虚拟网络适配器中如何添加路由?
Yes TUN/VPN mode not work. Need add route
This issue is fixed. Pls update your app