Skip to content

Commit 9058322

Browse files
committed
Update release config.json
Signed-off-by: MkQtS <81752398+MkQtS@users.noreply.github.com>
1 parent 65ca8d1 commit 9058322

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

release/config/config.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"log": {
3-
"level": "info"
3+
"level": "info",
4+
"timestamp": true
45
},
56
"dns": {
67
"servers": [
78
{
8-
"address": "tls://8.8.8.8"
9+
"type": "tls",
10+
"tag": "google",
11+
"server": "8.8.8.8"
12+
},
13+
{
14+
"type": "udp",
15+
"tag": "local",
16+
"server": "223.5.5.5"
917
}
1018
]
1119
},
@@ -25,19 +33,24 @@
2533
],
2634
"outbounds": [
2735
{
28-
"type": "direct"
29-
},
30-
{
31-
"type": "dns",
32-
"tag": "dns-out"
36+
"type": "direct",
37+
"tag": "direct"
3338
}
3439
],
3540
"route": {
3641
"rules": [
3742
{
38-
"port": 53,
39-
"outbound": "dns-out"
43+
"action": "sniff"
44+
},
45+
{
46+
"protocol": "dns",
47+
"action": "hijack-dns"
48+
},
49+
{
50+
"ip_is_private": true,
51+
"outbound": "direct"
4052
}
41-
]
53+
],
54+
"default_domain_resolver": "local"
4255
}
4356
}

0 commit comments

Comments
 (0)