V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
justincnn
V2EX  ›  互联网

[HELP]clash TUN 的配置文件如何改为 META 配置

  •  
  •   justincnn · 14 天前 · 566 次点击

    原来的 tun 配置如下:

    --
    port: 7890
    socks-port: 7891
    allow-lan: true
    mode: rule
    log-level: silent
    external-controller: 0.0.0.0:9090
    dns:
      enable: true
      ipv6: false
      listen: 127.0.0.1:7874
      enhanced-mode: redir-host
      nameserver:
      - 119.29.29.29
      - 223.5.5.5
      - 114.114.114.114
      fallback:
      - https://dns.google/dns-query
      - 101.102.103.104
      - 80.80.81.81
      default-nameserver:
      - 119.29.29.29
      - 223.5.5.5
      - 114.114.114.114
      - 101.102.103.104
      - 80.80.81.81
    proxies:
    - name: ss1
      type: ss
      server: 10.10.10.10
      port: 101010
      cipher: chacha20-ietf-poly1305
      password: 10101010
    proxy-groups:
    - name: PROXY
      proxies:
      - ss1
      type: select
    
    rule-providers:
      reject:
        type: http
        behavior: domain
        url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt"
        path: ./ruleset/reject.yaml
        interval: 86400
    

    meta 内核无法读取,请问如何修改,谢谢

    1 条回复    2024-09-22 13:45:13 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1579 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 16:19 · PVG 00:19 · LAX 09:19 · JFK 12:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.