-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
65 lines (65 loc) · 1.37 KB
/
config_example.json
File metadata and controls
65 lines (65 loc) · 1.37 KB
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
{
"route": {
"rules": [
{
"action": "route",
"rule_set": [
"linux.do"
],
"outbound": "🎯 全球直连"
}
],
"rule_set": [
{
"tag": "linux.do",
"type": "remote",
"url": "https://raw.githubusercontent.com/JCrun/linux.do_ruleset/main/singbox/linux.do.srs",
"format": "binary",
"download_detour": "🚀 节点选择"
}
]
},
"dns": {
"servers": [
{
"tag": "Local-DNS",
"type": "https",
"domain_resolver": "Local-DNS-Resolver",
"server_port": 443,
"server": "sing.ddd.oaifree.com",
"path": "/query-dns"
},
{
"tag": "Local-DNS-Resolver",
"type": "udp",
"server_port": 53,
"server": "223.5.5.5"
},
{
"tag": "Remote-DNS",
"type": "h3",
"detour": "🚀 节点选择",
"domain_resolver": "Remote-DNS-Resolver",
"server_port": 443,
"server": "1.1.1.1",
"path": "/dns-query"
},
{
"tag": "Remote-DNS-Resolver",
"type": "udp",
"detour": "🚀 节点选择",
"server_port": 53,
"server": "8.8.8.8"
}
],
"rules": [
{
"action": "route",
"rule_set": [
"linux.do"
],
"server": "Local-DNS"
}
]
}
}