mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
Creating a dedicated apple_intelligence.conf
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
parent
7d2569517d
commit
08892b3a88
@ -400,6 +400,7 @@ rules:
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,[Replace with your policy]
|
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,[Replace with your policy]
|
||||||
|
RULE-SET,https://ruleset.skk.moe/List/non_ip/apple_intelligence.conf,[Replace with your policy]
|
||||||
```
|
```
|
||||||
|
|
||||||
**Clash Meta**
|
**Clash Meta**
|
||||||
@ -413,9 +414,17 @@ rule-providers:
|
|||||||
interval: 43200
|
interval: 43200
|
||||||
url: https://ruleset.skk.moe/Clash/non_ip/ai.txt
|
url: https://ruleset.skk.moe/Clash/non_ip/ai.txt
|
||||||
path: ./sukkaw_ruleset/ai_non_ip.txt
|
path: ./sukkaw_ruleset/ai_non_ip.txt
|
||||||
|
apple_intelligence_non_ip:
|
||||||
|
type: http
|
||||||
|
behavior: classical
|
||||||
|
format: text
|
||||||
|
interval: 43200
|
||||||
|
url: https://ruleset.skk.moe/Clash/non_ip/apple_intelligence.txt
|
||||||
|
path: ./sukkaw_ruleset/apple_intelligence_non_ip.txt
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- RULE-SET,ai_non_ip,[Replace with your policy]
|
- RULE-SET,ai_non_ip,[Replace with your policy]
|
||||||
|
- RULE-SET,apple_intelligence_non_ip,[Replace with your policy]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Telegram
|
#### Telegram
|
||||||
|
|||||||
@ -16,14 +16,12 @@ DOMAIN-KEYWORD,openai
|
|||||||
# DOMAIN,openaicomproductionae4b.blob.core.windows.net
|
# DOMAIN,openaicomproductionae4b.blob.core.windows.net
|
||||||
# DOMAIN,production-openaicom-storage.azureedge.net
|
# DOMAIN,production-openaicom-storage.azureedge.net
|
||||||
|
|
||||||
# >> Apple Relay
|
# >> Apple Intelligence
|
||||||
# Sadly, even though Oblivious HTTP Relay is an open standard, supposed to enhance privacy. Apple uses a loophole
|
# has been moved to a dedicated file: /non_ip/apple_inteligence.conf
|
||||||
# to get user real request country and IP address from third-party CDN providers (like Cloudflare or Fastly) to
|
# DOMAIN gspe1-ssl.ls.apple.com (which is part of com.apple.geod) is crucial for unlocking
|
||||||
# blocks country from accessing Apple Inteligence services.
|
# Apple Intelligence. However, this domain (along side com.apple.geod) also affects other
|
||||||
DOMAIN,apple-relay.fastly-edge.com
|
# Apple services like Map, Compass, Weather, etc. Therefore, we can't really include everything
|
||||||
DOMAIN,apple-relay.cloudflare.com
|
# in this general "ai.conf" here.
|
||||||
DOMAIN,apple-relay.apple.com
|
|
||||||
DOMAIN,cp4.cloudflare.com
|
|
||||||
|
|
||||||
# >> Perplexity
|
# >> Perplexity
|
||||||
DOMAIN-SUFFIX,perplexity.ai
|
DOMAIN-SUFFIX,perplexity.ai
|
||||||
|
|||||||
16
Source/non_ip/apple_intelligence.conf
Normal file
16
Source/non_ip/apple_intelligence.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# $ meta_title Sukka's Ruleset - Apple Intelligence
|
||||||
|
# $ meta_description This file contains domains of OpenAI, Claude.
|
||||||
|
|
||||||
|
# >> Apple Relay
|
||||||
|
# Sadly, even though Oblivious HTTP Relay is an open standard, supposed to enhance privacy. Apple uses a loophole
|
||||||
|
# to get user real request country and IP address from third-party CDN providers (like Cloudflare or Fastly) to
|
||||||
|
# blocks country from accessing Apple Intelligence services.
|
||||||
|
DOMAIN,apple-relay.fastly-edge.com
|
||||||
|
DOMAIN,apple-relay.cloudflare.com
|
||||||
|
DOMAIN,apple-relay.apple.com
|
||||||
|
DOMAIN,cp4.cloudflare.com
|
||||||
|
|
||||||
|
# >> com.apple.geod
|
||||||
|
DOMAIN,gspe1-ssl.ls.apple.com
|
||||||
|
# TODO: find other domains that com.apple.geod is trying to connect to.
|
||||||
Loading…
x
Reference in New Issue
Block a user