Files
clash-rules/ruleset/README.md
2025-09-12 07:10:01 +00:00

25 lines
784 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Clash 规则文件目录
## 目录结构
- `txt/` - 原始文本格式规则文件
- `yaml/` - Clash YAML 格式规则文件
## 快速链接
### YAML 格式Clash 直接使用)
- [reject.yaml](./yaml/reject.yaml) - 广告拦截
- [proxy.yaml](./yaml/proxy.yaml) - 代理列表
- [direct.yaml](./yaml/direct.yaml) - 直连列表
- [gfw.yaml](./yaml/gfw.yaml) - GFW 列表
- [cncidr.yaml](./yaml/cncidr.yaml) - 中国 IP 段
### TXT 格式(原始规则)
- [reject.txt](./txt/reject.txt) - 广告拦截
- [proxy.txt](./txt/proxy.txt) - 代理列表
- [direct.txt](./txt/direct.txt) - 直连列表
- [gfw.txt](./txt/gfw.txt) - GFW 列表
- [cncidr.txt](./txt/cncidr.txt) - 中国 IP 段
更多使用说明请查看 [项目主页](https://github.com/adminroot/clash-rules)