MENU

clash添加自定义白名单

May 15, 2024 • Windows

作用

在某些特定的域名或IP不走流量,达到直连的效果

方法

使用自带的配置预处理解析器功能:

parsers: # array
    - url: <config-url-001>
      yaml: 
        prepend-rules: # rules最前面增加一个规则
          - IP-CIDR,A.B.C.D/32,DIRECT
          - DOMAIN,abccc.com,DIRECT
        append-proxies: # proxies最后面增加一个服务
          - name: test
            type: http
            server: 11.11.11.11
            port: 123

参考:

https://docs.gtk.pw/contents/parser.html#%E7%AE%80%E4%BE%BF%E6%96%B9%E6%B3%95-yaml