-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: AppleIntelligence #1628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: AppleIntelligence #1628
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds Apple Intelligence routing rules based on Apple's official documentation (https://support.apple.com/en-us/101555). The rules enable proper routing for Apple Intelligence features when used in conjunction with region unlocking tools.
- Introduces 6 routing rules covering Apple Intelligence servers and Private Relay domains
- Generated rules for 5 proxy platforms: Surge, Clash, Loon, QuantumultX, and Shadowrocket
- Includes comprehensive documentation explaining overlaps with existing rules (Siri, AppleProxy)
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rule/Surge/AppleIntelligence/README.md | Documentation for Surge platform with usage instructions and rule statistics |
| rule/Surge/AppleIntelligence/AppleIntelligence.list | Surge rule list containing 5 DOMAIN and 1 DOMAIN-SUFFIX rules |
| rule/Shadowrocket/AppleIntelligence/README.md | Documentation for Shadowrocket platform, identical structure to Surge |
| rule/Shadowrocket/AppleIntelligence/AppleIntelligence.list | Shadowrocket rule list with same domains as Surge |
| rule/QuantumultX/AppleIntelligence/README.md | Documentation for QuantumultX platform with HOST-based rule descriptions |
| rule/QuantumultX/AppleIntelligence/AppleIntelligence.list | QuantumultX rule list using HOST/HOST-SUFFIX format with policy parameter |
| rule/Loon/AppleIntelligence/README.md | Documentation for Loon platform matching the standard template |
| rule/Loon/AppleIntelligence/AppleIntelligence.list | Loon rule list with DOMAIN/DOMAIN-SUFFIX format |
| rule/Clash/AppleIntelligence/README.md | Documentation for Clash platform including both YAML variants |
| rule/Clash/AppleIntelligence/AppleIntelligence_No_Resolve.yaml | Clash YAML rule file without DNS resolution |
| rule/Clash/AppleIntelligence/AppleIntelligence.yaml | Standard Clash YAML rule file with payload structure |
| rule/Clash/AppleIntelligence/AppleIntelligence.list | Clash list format rules for compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
参考 https://support.apple.com/en-us/101555 的规则添加了 Apple Intelligence 的规则
本地配合 https://github.com/kanshurichard/enableAppleAI 脚本解锁后, 配合这 6 条规则测试可正常使用 Apple Intelligence
除 Surge 外, 其他 Clash / Loon / QuantumultX / Shadowrocket 的规则均使用 Claude 基于 Surge 参考已有规则生成, 或许会存在错漏