We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
我用singbox做了一个局域网共享代理的功能,就是让局域网的手机都可以连接上sb的服务器。 功能是做出来了,但是如果PC端上有开启其它VPN产品(如,快连...)就会导致我的功能失效 初步判断是因为快连这种应用,会建立一个虚拟网卡到本地。 所以导致数据流不知道往哪 个网卡走 "route": { "default_interface": "以太网", "auto_detect_interface": false, 我使用这样子来设置,发现没有效果 希望走过路过的大佬能指点一下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我用singbox做了一个局域网共享代理的功能,就是让局域网的手机都可以连接上sb的服务器。
功能是做出来了,但是如果PC端上有开启其它VPN产品(如,快连...)就会导致我的功能失效
初步判断是因为快连这种应用,会建立一个虚拟网卡到本地。
所以导致数据流不知道往哪 个网卡走
"route": {
"default_interface": "以太网",
"auto_detect_interface": false,
我使用这样子来设置,发现没有效果
希望走过路过的大佬能指点一下
The text was updated successfully, but these errors were encountered: