MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
11.02k stars 1.09k forks source link

UWP-apps in Windows #1201

Open babayirbisa opened 3 months ago

babayirbisa commented 3 months ago

If a proxy is running, UWP apps cannot connect to the Internet. V2ray allows you to fix this using loopback, but I did not find this functionality in nekoray. How can I connect UWP apps to nekoray?

realcirno commented 3 months ago

v2ray利用的也是“EnableLoopback.exe”这个程序,把v2ray根目录这个程序拷贝出来,放到nekoray根目录,需要代理的时候单独打开就行,用的次数也少

HowardZorn commented 3 months ago

You can also refer to documentation from Microsoft to resolve this problem.