feat: 添加Clash规则配置文件
添加proxy.txt、direct.txt、dev.txt和ai.txt四个规则配置文件 分别用于代理规则、直连规则、开发工具规则和AI服务规则
This commit is contained in:
		
							
								
								
									
										17
									
								
								direct.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								direct.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
# Custom Direct Rules
 | 
			
		||||
# Format: Clash Rule Provider (domain behavior)
 | 
			
		||||
# Update: 2025-10-26
 | 
			
		||||
# Usage: 添加希望直连的域名(不走代理)
 | 
			
		||||
 | 
			
		||||
payload:
 | 
			
		||||
  # 示例:国内镜像站
 | 
			
		||||
  - DOMAIN-SUFFIX,mirrors.tuna.tsinghua.edu.cn
 | 
			
		||||
  - DOMAIN-SUFFIX,mirrors.aliyun.com
 | 
			
		||||
  - DOMAIN-SUFFIX,mirrors.163.com
 | 
			
		||||
 | 
			
		||||
  # 示例:本地服务
 | 
			
		||||
  - DOMAIN-SUFFIX,local.dev
 | 
			
		||||
  - DOMAIN-SUFFIX,localhost
 | 
			
		||||
 | 
			
		||||
  # 在下方添加你的自定义规则
 | 
			
		||||
  # - DOMAIN-SUFFIX,example.com
 | 
			
		||||
		Reference in New Issue
	
	Block a user