-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathiptunnels.yaml
401 lines (401 loc) · 9.54 KB
/
iptunnels.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
---
proxy-providers:
VVIP-IPTUNNELS-ID:
type: file
path: "./proxy_provider/vvip-id.yaml"
health-check:
enable: true
url: http://www.gstatic.com/generate_204
interval: 180
VVIP-IPTUNNELS-SG:
type: file
path: "./proxy_provider/vvip-sg.yaml"
health-check:
enable: true
url: http://www.gstatic.com/generate_204
interval: 180
VVIP-IPTUNNELS-GAME:
type: file
path: "./proxy_provider/vvip-game.yaml"
health-check:
enable: true
url: http://www.gstatic.com/generate_204
interval: 180
proxy-groups:
- name: Route VVIP ID
type: load-balance
strategy: round-robin
use:
- VVIP-IPTUNNELS-ID
url: http://www.gstatic.com/generate_204
interval: 360
- name: Route VVIP SG
type: load-balance
strategy: round-robin
use:
- VVIP-IPTUNNELS-SG
url: http://www.gstatic.com/generate_204
interval: 360
- name: Route VVIP GAME
type: url-test
use:
- VVIP-IPTUNNELS-GAME
url: http://www.gstatic.com/generate_204
interval: 600
- name: TrafficDirect
type: select
proxies:
- Direct Multi-WAN
- Route VVIP ID
- Route VVIP SG
- name: Direct Multi-WAN
type: select
proxies:
- Direct WAN A
- Direct WAN B
- Direct WAN C
- name: Direct WAN A
type: select
interface-name: eth1
proxies:
- DIRECT
- name: Direct WAN B
type: select
interface-name: wlan0
proxies:
- DIRECT
- name: Direct WAN C
type: select
interface-name: eth2
proxies:
- DIRECT
- name: TrafficPortGames
type: select
proxies:
- TrafficDirect
- Route VVIP GAME
- name: TrafficGaming
type: select
proxies:
- Route VVIP GAME
- TrafficDirect
- Direct WAN A
- Direct WAN B
- Direct WAN C
use:
- VVIP-IPTUNNELS-GAME
- name: TrafficAds
type: select
proxies:
- REJECT
- Route VVIP SG
- Route VVIP ID
- name: TrafficPorn
type: select
proxies:
- REJECT
- Route VVIP SG
- Route VVIP ID
- name: TrafficUmum
type: fallback
lazy: true
proxies:
- Route VVIP SG
- Route VVIP ID
- Direct Multi-WAN
url: http://www.gstatic.com/generate_204
interval: 30
- name: TrafficIndo
type: fallback
lazy: true
proxies:
- Route VVIP ID
- Route VVIP SG
- TrafficDirect
url: http://www.gstatic.com/generate_204
interval: 30
- name: TrafficStreaming
type: fallback
lazy: true
proxies:
- Route VVIP SG
- Route VVIP ID
- Direct Multi-WAN
url: http://www.gstatic.com/generate_204
interval: 30
- name: TrafficSosmed
type: fallback
lazy: true
proxies:
- Route VVIP ID
- Route VVIP SG
- Direct Multi-WAN
url: http://www.gstatic.com/generate_204
interval: 30
port: 7890
socks-port: 7891
mixed-port: 7893
redir-port: 7892
tproxy-port: 7895
geodata-mode: true
geodata-loader: memconservative
tcp-concurrent: true
allow-lan: true
bind-address: '*'
mode: rule
log-level: silent
ipv6: false
external-controller: 0.0.0.0:9090
external-ui: "/usr/share/openclash/ui"
secret: '123456'
profile:
store-selected: true
store-fake-ip: false
sniffer:
enable: true
sniffing:
- tls
- http
force-domain:
- "+.netflix.com"
- "+.nflxvideo.net"
- "+.amazonaws.com"
- "+.media.dssott.com"
skip-domain:
- "+.apple.com"
- Mijia Cloud
- "+.jd.com"
port-whitelist:
- 443
- 80
dns:
enable: true
listen: 0.0.0.0:7874
default-nameserver:
- 8.8.8.8
- 8.8.4.4
- 1.1.1.1
- 1.0.0.1
- 9.9.9.9
- 149.112.112.112
- 208.67.222.222
- 208.67.220.220
- 185.228.168.9
- 185.228.169.168
- 76.76.2.0
- 76.76.10.0
- 94.140.14.140
- 94.140.14.141
- 172.105.216.54
enhanced-mode: fake-ip
fake-ip-range: 198.18.0.1/16
nameserver:
- https://dns.cloudflare.com/dns-query
- tls://8.8.8.8:853
fallback:
- https://dns.google/dns-query
- tls://1.1.1.1:853
fallback-filter:
geoip: true
geoip-code: ID
geosite:
- rule-indo
ipcidr:
- 240.0.0.0/4
domain:
- "+.google.com"
- "+.facebook.com"
- "+.youtube.com"
ipv6: false
fake-ip-filter:
- "*.lan"
- "*.localdomain"
- "*.example"
- "*.invalid"
- "*.localhost"
- "*.test"
- "*.local"
- "*.home.arpa"
- time.*.com
- time.*.gov
- time.*.edu.cn
- time.*.apple.com
- time-ios.apple.com
- time1.*.com
- time2.*.com
- time3.*.com
- time4.*.com
- time5.*.com
- time6.*.com
- time7.*.com
- ntp.*.com
- ntp1.*.com
- ntp2.*.com
- ntp3.*.com
- ntp4.*.com
- ntp5.*.com
- ntp6.*.com
- ntp7.*.com
- "*.time.edu.cn"
- "*.ntp.org.cn"
- "+.pool.ntp.org"
- time1.cloud.tencent.com
- music.163.com
- "*.music.163.com"
- "*.126.net"
- musicapi.taihe.com
- music.taihe.com
- songsearch.kugou.com
- trackercdn.kugou.com
- "*.kuwo.cn"
- api-jooxtt.sanook.com
- api.joox.com
- joox.com
- y.qq.com
- "*.y.qq.com"
- streamoc.music.tc.qq.com
- mobileoc.music.tc.qq.com
- isure.stream.qqmusic.qq.com
- dl.stream.qqmusic.qq.com
- aqqmusic.tc.qq.com
- amobile.music.tc.qq.com
- "*.xiami.com"
- "*.music.migu.cn"
- music.migu.cn
- "+.msftconnecttest.com"
- "+.msftncsi.com"
- msftconnecttest.com
- msftncsi.com
- localhost.ptlogin2.qq.com
- localhost.sec.qq.com
- "+.srv.nintendo.net"
- "*.n.n.srv.nintendo.net"
- "+.stun.playstation.net"
- xbox.*.*.microsoft.com
- "*.*.xboxlive.com"
- xbox.*.microsoft.com
- xnotify.xboxlive.com
- "+.battlenet.com.cn"
- "+.wotgame.cn"
- "+.wggames.cn"
- "+.wowsgame.cn"
- "+.wargaming.net"
- proxy.golang.org
- stun.*.*
- stun.*.*.*
- "+.stun.*.*"
- "+.stun.*.*.*"
- "+.stun.*.*.*.*"
- "+.stun.*.*.*.*.*"
- heartbeat.belkin.com
- "*.linksys.com"
- "*.linksyssmartwifi.com"
- "*.router.asus.com"
- mesu.apple.com
- swscan.apple.com
- swquery.apple.com
- swdownload.apple.com
- swcdn.apple.com
- swdist.apple.com
- lens.l.google.com
- stun.l.google.com
- "+.nflxvideo.net"
- "*.square-enix.com"
- "*.finalfantasyxiv.com"
- "*.ffxiv.com"
- "*.ff14.sdo.com"
- ff.dorado.sdo.com
- "*.mcdn.bilivideo.cn"
- "+.media.dssott.com"
- shark007.net
rules:
- DST-PORT,22,TrafficDirect
- GEOIP,private,DIRECT,no-resolve
- GEOSITE,rule-malicious,REJECT
- GEOSITE,oisd-full,TrafficAds
- GEOSITE,rule-ads,TrafficAds
- GEOSITE,oisd-nsfw,TrafficPorn
- GEOSITE,category-porn,TrafficPorn
- RULE-SET,rule_direct,TrafficDirect
- GEOSITE,rule-umum,TrafficUmum
#Zerotier
- OR,((GEOSITE,rule-umum),(DST-PORT,9993/29994/40775/43215)),TrafficUmum
- GEOSITE,rule-indo,TrafficIndo
- GEOIP,netflix,TrafficIndo
- GEOSITE,rule-streaming,TrafficStreaming
- GEOSITE,rule-sosmed,TrafficSosmed
- GEOIP,facebook,TrafficSosmed
- GEOIP,twitter,TrafficSosmed
- GEOIP,telegram,TrafficSosmed
- GEOSITE,videoconference,TrafficStreaming
#VideoConference
- DST-PORT,3478-3497/8801-8810/16384-16387/1853/8200/5004/9000/5090-5091/5349/10000/19302-19309/5938/5060-5061/500/4500,TrafficStreaming
#MLBB
- DST-PORT,5000-5221/5224-5227/5229-5241/5243-5287/5289-5352/5354-5509/5517/5520-5529/5551-5559/5601-5700/8443/9000-9010/9443/10003/30000-30300,TrafficPortGames,tcp
- DST-PORT,5517-5529/5551-5559/5601-5700/8001/8130/8443/9000-9010/9120/9992/10003/30000-30300,TrafficPortGames,udp
#FF
- DST-PORT,6006/6008/6674/7006-7008/7889/8001-8012/9006/9137/10000-10012/11000-11019/12006/12008/13006/15006/20561/39003/39006/39698/39779/39800,TrafficPortGames,tcp
- DST-PORT,6006/6008/6674/7006-7008/7889/8008/8001-8012/8130/8443/9008/9120/10000-10015/10100/11000-11019/12008/13008,TrafficPortGames,udp
#PUBG
- DST-PORT,7889/10012/13004/14000/17000/17500/18081/20000-20002/20371,TrafficPortGames,tcp
- DST-PORT,8011/9030/10491/10612/12235/13004/13748/17000/17500/20000-20002/7086-7995/10039/10096/11455/12070-12460/13894/13972/41182-41192,TrafficPortGames,udp
#CODM
- DST-PORT,3013/10000-10019/18082/50000/65010/65050,TrafficPortGames,tcp
- DST-PORT,7085-7995/8700/9030/10010-10019/17000-20100,TrafficPortGames,udp
#AOV
- DST-PORT,10001-10094,TrafficPortGames,tcp
- DST-PORT,10101-10201/10080-10110/17000-18000,TrafficPortGames,udp
#Stumble Guys
- DST-PORT,5055-5058,TrafficPortGames,udp
#Genshin Impact
- DST-PORT,42472,TrafficPortGames,tcp
- DST-PORT,42472/22101-22102,TrafficPortGames,udp
#Clash of Clans (COC) & Clash Royale
- DST-PORT,9330-9340,TrafficPortGames,tcp
- DST-PORT,9330-9340,TrafficPortGames,udp
#League of Legends (LOL) Mobile
- DST-PORT,2080-2099,TrafficPortGames,tcp
- DST-PORT,5100,TrafficPortGames,udp
#DOTA2
- DST-PORT,9100-9200/8230-8250/8110-8120/27000-28998,TrafficPortGames,tcp
- DST-PORT,27000-28998/39000,TrafficPortGames,udp
#FIFA ONLINE
- DST-PORT,7770-7790,TrafficPortGames,tcp
- DST-PORT,16300-16350,TrafficPortGames,udp
#Point Blank Mobile (PB-Mobile)
- DST-PORT,44590-44610,TrafficPortGames,tcp
- DST-PORT,40000-40010,TrafficPortGames,udp
#LINE Let’s Get Rich
- DST-PORT,10500-10515,TrafficPortGames,tcp
#Dream League Soccer
- DST-PORT,60970-60980,TrafficPortGames,udp
#Among Us
- DST-PORT,27015-27030/27036-27037,TrafficPortGames,tcp
- DST-PORT,4380/27000-27031/27036,TrafficPortGames,udp
#Bleach ES
- DST-PORT,14422,TrafficPortGames
# growrtopia
- DST-PORT,16999,TrafficPortGames
# apex|ff|mlbbb
- DST-PORT,8013/8888,TrafficPortGames
# PB Zeppeto / PB PC
- DST-PORT,39190-39200/49001-49190,TrafficPortGames,tcp
- DST-PORT,40000-40010,TrafficPortGames,udp
# LOST SAGA PC/GN
- DST-PORT,14009/40005,TrafficPortGames
#for ALL ports games
- NOT,((RULE-SET,rule_umum)),TrafficPortGames
- GEOSITE,rule-gaming,TrafficGaming
#Traffic Umum
- RULE-SET,rule_umum,TrafficUmum
rule-providers:
rule_direct:
type: file
behavior: classical
path: "./rule_provider/rule_direct.yaml"
rule_umum:
type: http
behavior: classical
path: "./rule_provider/rule_umum.yaml"
url: https://raw.githubusercontent.com/malikshi/open_clash/main/rule_provider/rule_umum.yaml
interval: 86400