We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
本地电脑一旦拨通VPN后, 所有的网络链接都会强制走VPN 虚拟网卡. chnroute 的出现,目的是为了提高网速, 让所有不需要走VPN 的网址直接走本地,
在实际使用过程中, 需要走VPN 的网站, 一般是走本地链接无法走通的情况下才会选择.
chnroute 是否可以参考 SwtichySharp 的方式, 实现反向的路由表选择, 提供需要走VPN的填入列表中呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
基本情况
本地电脑一旦拨通VPN后, 所有的网络链接都会强制走VPN 虚拟网卡. chnroute 的出现,目的是为了提高网速, 让所有不需要走VPN 的网址直接走本地,
实际情况:
在实际使用过程中, 需要走VPN 的网站, 一般是走本地链接无法走通的情况下才会选择.
问题
chnroute 是否可以参考 SwtichySharp 的方式, 实现反向的路由表选择, 提供需要走VPN的填入列表中呢?
The text was updated successfully, but these errors were encountered: