-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_full.json
More file actions
42 lines (42 loc) · 859 Bytes
/
config_full.json
File metadata and controls
42 lines (42 loc) · 859 Bytes
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
{
"log": {
"level": "info"
},
"inbounds": [
{
"type": "socks",
"listen": "127.0.0.1",
"listen_port": 1080
}
],
"outbounds": [
{
"tag": "trojan-sg",
"type": "trojan",
"server": "sg.foo.bar",
"server_port": 443,
"password": "LoveTourCoder",
"tls": { "enabled": true, "server_name": "sg.foo.bar" }
},
{
"tag": "vmess-jp",
"type": "vmess",
"server": "jp.foo.bar",
"server_port": 443,
"uuid": "UUID",
"security": "auto",
"tls": { "enabled": true, "server_name": "jp.foo.bar" },
"transport": { "type": "ws", "path": "/fml" }
},
{
"tag": "proxy",
"type": "selector",
"outbounds": ["trojan-sg", "vmess-jp"],
"default": "trojan-sg"
}
],
"route": {
"rules": [],
"final": "proxy"
}
}