Open
Conversation
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
参考 https://support.apple.com/en-us/101555 的规则添加了 Apple Intelligence 的规则
本地配合 https://github.com/kanshurichard/enableAppleAI 脚本解锁后, 配合这 6 条规则测试可正常使用 Apple Intelligence
除 Surge 外, 其他 Clash / Loon / QuantumultX / Shadowrocket 的规则均使用 Claude 基于 Surge 参考已有规则生成, 或许会存在错漏