# sing-box-rules **Repository Path**: eezz10001/sing-box-rules ## Basic Information - **Project Name**: sing-box-rules - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-23 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sing-box 代理规则集 这是一个用于 sing-box 的代理规则集合,采用"非必要不代理"的策略。 ## 文件说明 - `proxy-keywords.json` - 包含需要代理的域名关键字 - `proxy-domains.json` - 包含需要代理的完整域名后缀 ## 使用方法 在 sing-box 配置文件中引用这些规则: ```json "rule_set": [ { "type": "remote", "tag": "proxy-keywords", "format": "source", "url": "https://gitee.com/eezz10001/sing-box-rules/raw/master/proxy-keywords.json" }, { "type": "remote", "tag": "proxy-domains", "format": "source", "url": "https://gitee.com/eezz10001/sing-box-rules/raw/master/proxy-domains.json" } ] ``` ## 代理策略 - **默认行为**: 所有流量直连 - **代理条件**: 只有包含特定关键字或后缀的域名才走代理 ## 包含的服务 - Google 全家桶 (Google, YouTube, Gmail 等) - 社交媒体 (Facebook, Twitter, Instagram 等) - 开发工具 (GitHub, Stack Overflow 等) - AI 服务 (OpenAI, Anthropic 等) - 流媒体 (Netflix, Spotify 等) - 云服务 (AWS, Azure, Cloudflare 等) - 游戏平台 (Steam, Epic Games 等) - 办公软件 (Microsoft, Apple 等)