Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mingww64 committed Aug 7, 2023
1 parent 3a73a73 commit 59d6f61
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion template/clash/dler/rules.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
rule-providers:
Anti IP:
type: http
behavior: classical
url: 'https://raw.githubusercontent.com/lwd-temp/anti-ip-attribution/main/generated/rule-provider.yaml'
path: ./Rules/Anti_IP
interval: 86400
Reject:
type: http
behavior: classical
Expand Down Expand Up @@ -320,7 +326,7 @@ rule-providers:
OpenAI:
type: http
behavior: classical
url: 'https://dler.cloud/Rules/Clash/Provider/OpenAI.yaml'
url: 'https://fastly.jsdelivr.net/gh/dler-io/Rules@main/Clash/Provider/OpenAI.yaml'
path: ./Rules/OpenAI
interval: 86400
PROXY:
Expand Down Expand Up @@ -353,6 +359,12 @@ rule-providers:
url: 'https://fastly.jsdelivr.net/gh/dler-io/Rules@main/Clash/Provider/Scholar.yaml'
path: ./Rules/Scholar
interval: 86400
miHoYo:
type: http
behavior: classical
url: 'https://fastly.jsdelivr.net/gh/dler-io/Rules@main/Clash/Provider/miHoYo.yaml'
path: ./Rules/miHoYo
interval: 86400
Domestic IPs:
type: http
behavior: ipcidr
Expand All @@ -366,6 +378,7 @@ rule-providers:
path: ./Rules/LAN
interval: 86400
rules:
- RULE-SET,Anti IP,DIRECT
- RULE-SET,Reject,AdBlock
- RULE-SET,Special,DIRECT

Expand Down Expand Up @@ -422,6 +435,7 @@ rules:
- RULE-SET,Crypto,Crypto
- RULE-SET,Discord,Discord
- RULE-SET,Steam,Steam
- RULE-SET,miHoYo,miHoYo
- RULE-SET,Speedtest,Speedtest
- RULE-SET,PayPal,PayPal
- RULE-SET,Microsoft,Microsoft
Expand Down

0 comments on commit 59d6f61

Please sign in to comment.