Add ChatGPT Voice IP rules (#104)

Co-authored-by: SukkaW <isukkaw@gmail.com>
This commit is contained in:
letdan
2026-08-02 16:34:43 +08:00
committed by GitHub
parent 3f4449b334
commit 7b1ca6f7fc
3 changed files with 102 additions and 1 deletions

View File

@@ -423,16 +423,22 @@ rules:
#### AI
- 域名规则 人工维护
- 域名和 IP 规则人工维护 + 自动更新
- 包含 OpenAI、Google Gemini、Claude、Perplexity 等
**Surge**
```ini
# Non IP
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],extended-matching
```
```ini
# IP
RULE-SET,https://ruleset.skk.moe/List/ip/ai.conf,[Replace with your policy]
```
**Mihomo**
```yaml
@@ -451,10 +457,19 @@ rule-providers:
interval: 43200
url: https://ruleset.skk.moe/Clash/non_ip/apple_intelligence.txt
path: ./sukkaw_ruleset/apple_intelligence_non_ip.txt
ai_ip:
type: http
behavior: classical
format: text
interval: 43200
url: https://ruleset.skk.moe/Clash/ip/ai.txt
path: ./sukkaw_ruleset/ai_ip.txt
rules:
- RULE-SET,ai_non_ip,[Replace with your policy]
- RULE-SET,apple_intelligence_non_ip,[Replace with your policy]
- RULE-SET,ai_ip,[Replace with your policy]
```
#### Telegram