-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
41 lines (41 loc) · 988 Bytes
/
config.json
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
{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"port": 12306,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"followRedirect": true
},
"sniffing": {
"enabled": false
}
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 10086,
"users": [
{
"id": "0213f601-00ad-40c1-b0b7-311c7e2c725f",
"security": "auto"
}
]
}
]
}
}
],
"routing": {
"domainStrategy": "AsIs",
"domainMatcher": "mph"
}
}