clash for windows中启用tap模式的方法
IPFS
tap是一种虚拟网络设备,具体可以tun/tap查询.
在版本0.11.4中,启用tap模式,我使用的方法,是用mixin.
用mixin的步骤是:
- 找到settings-Profile Mixin-YAML右侧的edit,点击.
- 在弹出的窗口中,贴入以下设定:
mixin: interface-name: 以太网 dns: enable: true enhanced-mode: redir-host listen: 0.0.0.0:53 nameserver: - https://doh.dns.sb/dns-query - https://dns.adguard.com/dns-query
3. 并将以太网改成你正在使用的网卡的名子(通常不用改).
4.general-tap device-install安装tap设备.
5.general-mixin启用mixin
Like my work? Don't forget to support and clap, let me know that you are with me on the road of creation. Keep this enthusiasm together!