feat: 添加Clash规则配置文件
添加proxy.txt、direct.txt、dev.txt和ai.txt四个规则配置文件 分别用于代理规则、直连规则、开发工具规则和AI服务规则
This commit is contained in:
51
dev.txt
Normal file
51
dev.txt
Normal file
@@ -0,0 +1,51 @@
|
||||
# Development Tools Rules
|
||||
# Format: Clash Rule Provider (domain behavior)
|
||||
# Update: 2025-10-26
|
||||
|
||||
payload:
|
||||
# Git & Version Control
|
||||
- DOMAIN-SUFFIX,github.com
|
||||
- DOMAIN-SUFFIX,githubusercontent.com
|
||||
- DOMAIN-SUFFIX,github.io
|
||||
- DOMAIN-SUFFIX,githubassets.com
|
||||
- DOMAIN-SUFFIX,gitlab.com
|
||||
- DOMAIN-SUFFIX,gitee.com
|
||||
- DOMAIN-SUFFIX,bitbucket.org
|
||||
|
||||
# Package Managers
|
||||
- DOMAIN-SUFFIX,npmjs.org
|
||||
- DOMAIN-SUFFIX,npmjs.com
|
||||
- DOMAIN-SUFFIX,yarnpkg.com
|
||||
- DOMAIN-SUFFIX,pypi.org
|
||||
- DOMAIN-SUFFIX,pythonhosted.org
|
||||
- DOMAIN-SUFFIX,rubygems.org
|
||||
- DOMAIN-SUFFIX,packagist.org
|
||||
- DOMAIN-SUFFIX,crates.io
|
||||
- DOMAIN-SUFFIX,maven.org
|
||||
- DOMAIN-SUFFIX,gradle.org
|
||||
|
||||
# Container & Cloud
|
||||
- DOMAIN-SUFFIX,docker.com
|
||||
- DOMAIN-SUFFIX,docker.io
|
||||
- DOMAIN-SUFFIX,dockerhub.com
|
||||
- DOMAIN-SUFFIX,gcr.io
|
||||
- DOMAIN-SUFFIX,k8s.io
|
||||
- DOMAIN-SUFFIX,kubernetes.io
|
||||
|
||||
# CDN & Hosting
|
||||
- DOMAIN-SUFFIX,jsdelivr.net
|
||||
- DOMAIN-SUFFIX,unpkg.com
|
||||
- DOMAIN-SUFFIX,cdnjs.com
|
||||
- DOMAIN-SUFFIX,cloudflare.com
|
||||
|
||||
# Documentation & Community
|
||||
- DOMAIN-SUFFIX,stackoverflow.com
|
||||
- DOMAIN-SUFFIX,stackexchange.com
|
||||
- DOMAIN-SUFFIX,readthedocs.io
|
||||
- DOMAIN-SUFFIX,readthedocs.org
|
||||
|
||||
# Development Platforms
|
||||
- DOMAIN-SUFFIX,vercel.com
|
||||
- DOMAIN-SUFFIX,netlify.com
|
||||
- DOMAIN-SUFFIX,heroku.com
|
||||
- DOMAIN-SUFFIX,railway.app
|
||||
Reference in New Issue
Block a user