张豆
张豆

123

How to enable tap mode in clash for windows

Tap is a virtual network device, which can be queried by tun/tap.

In version 0.11.4, tap mode is enabled. The method I use is to use mixin.

The steps to use mixin are:

  1. Find the edit on the right side of settings-Profile Mixin-YAML, click.
  2. In the pop-up window, paste the following settings:
 mixins: 
  interface-name: Ethernet 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. And change the Ethernet to the name of the network card you are using (usually you don't need to change it).

4.general-tap device-install installs the tap device.

5. general-mixin enable mixin

CC BY-NC-ND 2.0

Like my work?
Don't forget to support or like, so I know you are with me..

Loading...

Comment