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
当Tun模式无法启动或出现问题时,使用TAP模式。同时因为Tap网卡模拟的是完整以太网设备,可以进行桥接和多播等高级操作。 同时也能增加全局代理方案,当一个方案出问题就临时使用另一个方案。 快连,Clash for Windows等科学上网软件也使用了Tap网卡。 要添加这个模式也简单,抄一下go-tun2socks的代码,把关于启动Tap服务的代码抄过来就行,Mihomo只负责启动Tap服务以及路由从Tap网卡传过来的流量就行,Tap驱动让用户自行安装不用内置。
The text was updated successfully, but these errors were encountered:
@fuckmake-design 简单那就带pr来
Sorry, something went wrong.
No branches or pull requests
验证步骤
描述
当Tun模式无法启动或出现问题时,使用TAP模式。同时因为Tap网卡模拟的是完整以太网设备,可以进行桥接和多播等高级操作。
同时也能增加全局代理方案,当一个方案出问题就临时使用另一个方案。
快连,Clash for Windows等科学上网软件也使用了Tap网卡。
要添加这个模式也简单,抄一下go-tun2socks的代码,把关于启动Tap服务的代码抄过来就行,Mihomo只负责启动Tap服务以及路由从Tap网卡传过来的流量就行,Tap驱动让用户自行安装不用内置。
The text was updated successfully, but these errors were encountered: