OpenClash subscription

Clash config

A ready-to-use master config with fake-ip DNS, four proxy providers, and a routing rule set for the Chaos Dream service. Point OpenClash at the subscription URL below, or copy the file by hand.

Subscription URL

/config.yaml
Raw

OpenClash downloads the file directly from this URL as plain YAML.

config.yaml

140 lines
mixed-port: 7890
allow-lan: true
mode: rule
log-level: info
ipv6: false

profile:
  store-selected: true

dns:
  enable: true
  ipv6: false
  use-hosts: true
  enhanced-mode: redir-host
  fake-ip-range: 198.18.0.1/16
  fake-ip-filter:
    - "*.lan"
    - "*.local"
    - "localhost.ptlogin2.qq.com"
    - "+.stun.*.*"
    - "+.stun.*.*.*"
    - "192.168.0.0/16"
    - "10.0.0.0/8"
    - "172.16.0.0/12"
    - "127.0.0.1"
  default-nameserver:
    - 223.5.5.5
    - 119.29.29.29
  nameserver:
    - 223.5.5.5
    - 119.29.29.29

proxy-providers:
  liangxin:
    type: http
    url: "https://liangxin.xyz/api/v1/liangxin?OwO=9f848c9224efeb43cb9aa7374ba3f602"
    interval: 86400
    path: ./providers/liangxin.yaml
    filter: '^(?!.*(Backup|Slow|Overload|High-Latency)).*$'
    health-check:
      enable: true
      url: http://www.gstatic.com/generate_204
      interval: 300
  vpn07:
    type: http
    url: "https://gnxsf.chinatradenew.com/cdn/baidu?token=048506796cef18a43bd90489862c9ad4"
    interval: 86400
    path: ./providers/vpn07.yaml
    filter: '^(?!.*(Backup|Slow|Overload|High-Latency)).*$'
    health-check:
      enable: true
      url: http://www.gstatic.com/generate_204
      interval: 300
  mojie:
    type: http
    url: "https://43.129.78.33:5000/api/v1/client/subscribe?token=b81daf688480a89924db796eede49ca8"
    interval: 86400
    path: ./providers/mojie.yaml
    filter: '^(?!.*(Backup|Slow|Overload|High-Latency)).*$'
    health-check:
      enable: true
      url: http://www.gstatic.com/generate_204
      interval: 300

proxy-groups:
  - name: 🚀 节点选择
    type: select
    proxies:
      - ♻️ 自动选择
      - 🇱🇽 良心云
      - 🛡️ VPN07
      - 💍 魔戒
      - DIRECT
  - name: ⚡ 游戏自动
    type: url-test
    url: http://www.gstatic.com/generate_204
    interval: 300
    tolerance: 50
    lazy: true
    use:
      - vpn07
  - name: 🎮 游戏
    type: select
    proxies:
      - ⚡ 游戏自动
    use:
      - vpn07
  - name: 🇱🇽 良心云
    type: url-test
    url: http://www.gstatic.com/generate_204
    interval: 300
    tolerance: 50
    lazy: true
    use:
      - liangxin
  - name: 🛡️ VPN07
    type: url-test
    url: http://www.gstatic.com/generate_204
    interval: 300
    tolerance: 50
    lazy: true
    use:
      - vpn07
  - name: 💍 魔戒
    type: url-test
    url: http://www.gstatic.com/generate_204
    interval: 300
    tolerance: 50
    lazy: true
    use:
      - mojie
  - name: ♻️ 自动选择
    type: url-test
    url: http://www.gstatic.com/generate_204
    interval: 300
    tolerance: 50
    lazy: true
    use:
      - liangxin
      - vpn07
      - mojie

rules:
  - GEOIP,LAN,DIRECT
  - IP-CIDR,192.168.0.0/16,DIRECT,no-resolve
  - IP-CIDR,10.0.0.0/8,DIRECT,no-resolve
  - IP-CIDR,172.16.0.0/12,DIRECT,no-resolve
  - IP-CIDR,127.0.0.1/32,DIRECT,no-resolve
  - DOMAIN-SUFFIX,apple.com,DIRECT
  - DOMAIN-SUFFIX,icloud.com,DIRECT
  - DOMAIN-SUFFIX,supercre.com,🎮 游戏
  - DOMAIN-KEYWORD,chaosflare,🎮 游戏
  - DOMAIN-KEYWORD,chaos,🎮 游戏
  - DOMAIN-KEYWORD,czn,🎮 游戏
  - DOMAIN-SUFFIX,pokemon.com,🎮 游戏
  - DOMAIN-SUFFIX,pokemon-support.com,🎮 游戏
  - DOMAIN-SUFFIX,apppokemon.com,🎮 游戏
  - DOMAIN-KEYWORD,pokemon,🎮 游戏
  - GEOIP,CN,DIRECT
  - MATCH,🚀 节点选择