-
Notifications
You must be signed in to change notification settings - Fork 265
/
yaml
173 lines (173 loc) · 4.68 KB
/
yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# 去广告:支持
# 自动测速:支持
# 微软分流:支持
# 苹果分流:支持
# 增强中国IP段:不支持
# 增强国外GFW:不支持
mixed-port: 7890
allow-lan: true
log-level: info
proxies:
- {"name":"VMessTCPNaked","port":31415,"server":"qv2ray.net","type":"vmess","cipher":"none","uuid":"99c80931-f3f1-4f84-bffd-6eed6030f53d"}
proxy-groups:
- name: 🚀 节点选择
type: select
proxies:
- ♻️ 自动选择
- DIRECT
- VMessTCPNaked
- name: ♻️ 自动选择
type: url-test
url: http://www.gstatic.com/generate_204
interval: 300
tolerance: 50
proxies:
- VMessTCPNaked
- name: 🌍 国外媒体
type: select
proxies:
- 🚀 节点选择
- ♻️ 自动选择
- 🎯 全球直连
- VMessTCPNaked
- name: 📲 电报信息
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- VMessTCPNaked
- name: Ⓜ️ 微软服务
type: select
proxies:
- 🎯 全球直连
- 🚀 节点选择
- VMessTCPNaked
- name: 🍎 苹果服务
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- VMessTCPNaked
- name: 🎯 全球直连
type: select
proxies:
- DIRECT
- 🚀 节点选择
- ♻️ 自动选择
- name: 🛑 全球拦截
type: select
proxies:
- REJECT
- DIRECT
- name: 🍃 应用净化
type: select
proxies:
- REJECT
- DIRECT
- name: 🐟 漏网之鱼
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- ♻️ 自动选择
- VMessTCPNaked
rule-providers:
LocalAreaNetwork:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list
format: text
interval: 3600
path: ./Clash/LocalAreaNetwork.list
BanAD:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list
format: text
interval: 3600
path: ./Clash/BanAD.list
BanProgramAD:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list
format: text
interval: 3600
path: ./Clash/BanProgramAD.list
GoogleCN:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/GoogleCN.list
format: text
interval: 3600
path: ./Clash/GoogleCN.list
SteamCN:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Ruleset/SteamCN.list
format: text
interval: 3600
path: ./Clash/Ruleset/SteamCN.list
Microsoft:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Microsoft.list
format: text
interval: 3600
path: ./Clash/Microsoft.list
Apple:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Apple.list
format: text
interval: 3600
path: ./Clash/Apple.list
ProxyMedia:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyMedia.list
format: text
interval: 3600
path: ./Clash/ProxyMedia.list
Telegram:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Telegram.list
format: text
interval: 3600
path: ./Clash/Telegram.list
ProxyLite:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyLite.list
format: text
interval: 3600
path: ./Clash/ProxyLite.list
ChinaDomain:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list
format: text
interval: 3600
path: ./Clash/ChinaDomain.list
ChinaCompanyIp:
type: http
behavior: classical
url: https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list
format: text
interval: 3600
path: ./Clash/ChinaCompanyIp.list
rules:
- RULE-SET,LocalAreaNetwork,🎯 全球直连
- RULE-SET,BanAD,🛑 全球拦截
- RULE-SET,BanProgramAD,🍃 应用净化
- RULE-SET,GoogleCN,🎯 全球直连
- RULE-SET,SteamCN,🎯 全球直连
- RULE-SET,Microsoft,Ⓜ️ 微软服务
- RULE-SET,Apple,🍎 苹果服务
- RULE-SET,ProxyMedia,🌍 国外媒体
- RULE-SET,Telegram,📲 电报信息
- RULE-SET,ProxyLite,🚀 节点选择
- RULE-SET,ChinaDomain,🎯 全球直连
- RULE-SET,ChinaCompanyIp,🎯 全球直连
- GEOIP,CN,🎯 全球直连
- MATCH,🐟 漏网之鱼