|
|
|
@ -29,6 +29,9 @@
|
|
|
|
|
- **广告域名列表 reject.txt**:
|
|
|
|
|
- [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/reject.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/reject.txt)
|
|
|
|
|
- [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt)
|
|
|
|
|
- **私有网络专用域名列表 private.txt**:
|
|
|
|
|
- [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/private.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/private.txt)
|
|
|
|
|
- [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt)
|
|
|
|
|
- **Apple 域名列表 apple.txt**:
|
|
|
|
|
- [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/apple.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/apple.txt)
|
|
|
|
|
- [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/apple.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/apple.txt)
|
|
|
|
@ -109,6 +112,13 @@ rule-providers:
|
|
|
|
|
path: ./ruleset/direct.yaml
|
|
|
|
|
interval: 86400
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
type: http
|
|
|
|
|
behavior: domain
|
|
|
|
|
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt"
|
|
|
|
|
path: ./ruleset/private.yaml
|
|
|
|
|
interval: 86400
|
|
|
|
|
|
|
|
|
|
gfw:
|
|
|
|
|
type: http
|
|
|
|
|
behavior: domain
|
|
|
|
@ -180,6 +190,7 @@ rules:
|
|
|
|
|
- PROCESS-NAME,WebTorrent,DIRECT
|
|
|
|
|
- DOMAIN,clash.razord.top,DIRECT
|
|
|
|
|
- DOMAIN,yacd.haishan.me,DIRECT
|
|
|
|
|
- RULE-SET,private,DIRECT
|
|
|
|
|
- RULE-SET,reject,REJECT
|
|
|
|
|
- RULE-SET,icloud,DIRECT
|
|
|
|
|
- RULE-SET,apple,DIRECT
|
|
|
|
@ -218,6 +229,7 @@ rules:
|
|
|
|
|
- PROCESS-NAME,WebTorrent,DIRECT
|
|
|
|
|
- DOMAIN,clash.razord.top,DIRECT
|
|
|
|
|
- DOMAIN,yacd.haishan.me,DIRECT
|
|
|
|
|
- RULE-SET,private,DIRECT
|
|
|
|
|
- RULE-SET,reject,REJECT
|
|
|
|
|
- RULE-SET,tld-not-cn,PROXY
|
|
|
|
|
- RULE-SET,gfw,PROXY
|
|
|
|
|