返回 Skill 列表
extension
分类: 开发与工程无需 API Key

maintain-clash-rule-lists

为该仓库维护rules/*.list中的自定义Clash规则列表。在添加或删除域名/IP规则、调整列表内容或将规则列表接入mihomo.yaml/mihomo.js时使用。

person作者: jakexiaohubgithub

Maintain Clash Rule Lists

Overview

Keep the custom rule lists in rules/ consistent and correctly referenced by the Mihomo config.

Rule list editing

  • Edit the appropriate file under rules/; one rule per line.
  • Use Clash classical keywords: DOMAIN, DOMAIN-SUFFIX, DOMAIN-KEYWORD, IP-CIDR, IP-CIDR6 with optional ,no-resolve.
  • Keep list content focused on its purpose; avoid mixing unrelated categories.

Wiring into config

  • Ensure every custom list you change is referenced in mihomo.yaml or mihomo.js.
  • Keep rule targets and group names aligned across mihomo.yaml and mihomo.js.

Guardrails

  • Do not manually edit *Merged.list files unless you are regenerating them from sources.
  • Keep placeholders like __MEIYING_URL__ and __YUNDONG_URL__ untouched unless explicitly updating subscription URLs.

Quick checks

  • Scan for invalid keywords or missing commas.
  • Confirm the list is still referenced by the config after edits.