mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Add ChatGPT Voice IP rules (#104)
Co-authored-by: SukkaW <isukkaw@gmail.com>
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user