Sub-Store Sing-box 文件配置模板

Sing-box文件模板

  • 适用于 Sing-box 1.11.x 版本
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
{
"dns": {
"servers": [
{
"tag": "dns_node",
"address": "223.5.5.5",
"strategy": "prefer_ipv4",
"detour": "🟢 直连"
},
{
"tag": "dns_proxy",
"address": "https://8.8.8.8/dns-query",
"strategy": "prefer_ipv4",
"detour": "🌐 默认节点"
},
{
"tag": "dns_local",
"address": "https://223.5.5.5/dns-query",
"strategy": "prefer_ipv4",
"detour": "🟢 直连"
}
],
"rules": [
{
"outbound": "any",
"action": "route",
"server": "dns_node",
"disable_cache": true
},
{
"clash_mode": "direct",
"action": "route",
"server": "dns_local"
},
{
"clash_mode": "global",
"action": "route",
"server": "dns_proxy"
},
{
"rule_set": ["proxy_domain_rule_set"],
"action": "route",
"server": "dns_proxy"
},
{
"rule_set": ["cn_domain_rule_set"],
"action": "route",
"server": "dns_local"
},
{
"rule_set": ["cn_ip_rule_set"],
"action": "route",
"server": "dns_proxy",
"client_subnet": "1.0.1.0" // 替换为你所在地ip
},
{
"rule_set": ["no_cn_rule_set"],
"action": "route",
"server": "dns_proxy"
}
],
"final": "dns_proxy",
"strategy": "prefer_ipv4",
"independent_cache": true
},
"route": {
"auto_detect_interface": true,
"final": "🌐 默认节点",
"rules": [
{
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"clash_mode": "direct",
"action": "route",
"outbound": "🟢 直连"
},
{
"clash_mode": "global",
"action": "route",
"outbound": "🌐 默认节点"
},
{
"domain": [
"baidu.com", // 指定直连域名
"qq.com" // 指定直连域名
],
"action": "route",
"outbound": "🟢 直连"
},
{
"rule_set": ["Ads_rule_set"],
"action": "reject",
"method": "drop"
},
{
"ip_is_private": true,
"action": "route",
"outbound": "🟢 直连"
},
{
"rule_set": ["private_rule_set"],
"action": "route",
"outbound": "🌏 中国直连"
},
{
"rule_set": ["netflix_domain_rule_set"],
"action": "route",
"outbound": "🎥 奈飞"
},
{
"rule_set": ["disney_rule_set"],
"action": "route",
"outbound": "🎥 迪士尼"
},
{
"rule_set": ["openai_rule_set"],
"action": "route",
"outbound": "🤖 ChatGPT"
},
{
"rule_set": ["gemini_rule_set"],
"action": "route",
"outbound": "🤖 ChatGPT"
},
{
"rule_set": ["claude_rule_set"],
"action": "route",
"outbound": "🤖 ChatGPT"
},
{
"rule_set": ["telegram_rule_set"],
"action": "route",
"outbound": "📨 电报"
},
{
"rule_set": ["apple_rule_set"],
"action": "route",
"outbound": "🍎 Apple"
},
{
"rule_set": ["ng_ip_rule_set"],
"action": "route",
"outbound": "🎫 尼日利亚"
},
{
"rule_set": "proxy_domain_rule_set",
"action": "route",
"outbound": "🌐 默认节点"
},
{
"rule_set": ["cn_ip_rule_set", "cn_domain_rule_set"],
"outbound": "🌏 中国直连"
},
{
"rule_set": "no_cn_rule_set",
"action": "route",
"outbound": "🌐 默认节点"
}
],
"rule_set": [
{
"tag": "cn_ip_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geoip/cn.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "cn_domain_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/cn.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "proxy_domain_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/proxy.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "netflix_domain_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/netflix.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "Ads_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/DustinWin/ruleset_geodata/raw/refs/heads/sing-box-ruleset/ads.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "disney_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/disney.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "openai_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/openai.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "gemini_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/google-gemini.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "claude_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/anthropic.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "private_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/private.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "telegram_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/telegram.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "no_cn_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/geolocation-!cn.srs",
"download_detour": "🌐 默认节点"
},
{
"tag": "apple_rule_set",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo-lite/geosite/apple.srs",
"download_detour": "🌐 默认节点"
}
]
},
"outbounds": [
{
"tag": "🌐 默认节点",
"type": "selector",
"outbounds": ["♻️ 自动选择", "🟢 直连"],
"default": "♻️ 自动选择"
},
{
"tag": "🌏 中国直连",
"type": "selector",
"outbounds": ["🟢 直连", "🌐 默认节点"],
"default": "🟢 直连"
},
{
"tag": "🤖 ChatGPT",
"type": "selector",
"outbounds": ["🌐 默认节点"],
"default": "🌐 默认节点"
},
{
"tag": "📨 电报",
"type": "selector",
"outbounds": ["🌐 默认节点"],
"default": "🌐 默认节点"
},
{
"tag": "🎥 奈飞",
"type": "selector",
"outbounds": ["🌐 默认节点"],
"default": "🌐 默认节点"
},
{
"tag": "🎥 迪士尼",
"type": "selector",
"outbounds": ["🌐 默认节点"],
"default": "🌐 默认节点"
},
{
"tag": "🍎 Apple",
"type": "selector",
"outbounds": ["🌐 默认节点", "🟢 直连"],
"default": "🟢 直连"
},
{
"tag": "♻️ 自动选择",
"type": "urltest",
"outbounds": [],
"url": "https://www.gstatic.com/generate_204",
"interval": "1m",
"tolerance": 50
},
{
"tag": "🟢 直连",
"type": "direct"
}
],
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"interface_name": "tun0",
"address": [
"172.19.0.0/30",
"fdfe:dcba:9876::0/126"
],
"mtu": 9000,
"auto_route": true,
"stack": "mixed",
"strict_route": true,
"endpoint_independent_nat": false,
"platform": {
"http_proxy": {
"enabled": true,
"server": "0.0.0.0",
"server_port": 7890
}
}
},
{
"type": "mixed",
"listen": "0.0.0.0",
"listen_port": 7890
}
],
"experimental": {
"clash_api": {
"external_controller": "0.0.0.0:9090",
"external_ui": "ui",
"external_ui_download_url": "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip",
"external_ui_download_detour": "🌐 默认节点",
"default_mode": "rule"
},
"cache_file": {
"enabled": true,
"store_fakeip": false
}
},
"log": {
"disabled": false,
"level": "info",
"timestamp": true
}
}

脚本文件配置模板

  • 只能使用sub-store中的订阅链接。
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
// 读取第一个文件内容,并解析为 JSON 配置对象
let config = JSON.parse($files[0]);

// 生成订阅中的全部节点(代理)的结构
let proxies = await produceArtifact({
type: 'collection', // 如果是组合订阅,则使用 'collection'
name: 'sing-box', // 订阅的"名称",非"显示名称"
platform: 'sing-box',
produceType: 'internal'
});

// 将所有订阅节点(代理)添加到 config.outbounds 中
config.outbounds.push(...proxies);

// 预先计算 proxies 中每个节点的 tag 数组,避免重复计算
const proxyTags = proxies.map(proxy => proxy.tag);

// 定义一个映射对象,对应需要补充 proxies tag 的目标节点
// 可在对应数组中加入相应项
const tagMapping = {
"🌐 默认节点": [...proxyTags],
"♻️ 自动选择": [...proxyTags],
"🌏 中国直连": [...proxyTags],
"🎥 奈飞": [...proxyTags],
"🎥 迪士尼": [...proxyTags],
"🤖 ChatGPT": [...proxyTags],
"📨 电报": [...proxyTags],
"🍎 Apple": [...proxyTags]
};

// 遍历 config.outbounds,根据 tagMapping 为指定的出口节点添加代理节点的 tag
config.outbounds.forEach(item => {
if (tagMapping.hasOwnProperty(item.tag)) {
tagMapping[item.tag].forEach(tag => {
// 如果目标数组中不存在该 tag,则添加进去,避免重复添加
if (!item.outbounds.includes(tag)) {
item.outbounds.push(tag);
}
});
}
});

// 将最终修改后的配置对象转换为 JSON 字符串,输出给下一个处理环节
$content = JSON.stringify(config, null, 2);