Upload config.json
Browse files- config.json +32 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"inbounds": [
|
3 |
+
{
|
4 |
+
"port": 10000,
|
5 |
+
"listen": "0.0.0.0",
|
6 |
+
"protocol": "vmess",
|
7 |
+
"settings": {
|
8 |
+
"clients": [
|
9 |
+
{
|
10 |
+
"id": "dcc60cbb-411a-4095-ba0e-c93bddc37891",
|
11 |
+
"level": 0,
|
12 |
+
"alterId": 0
|
13 |
+
}
|
14 |
+
],
|
15 |
+
"disableInsecureEncryption": true
|
16 |
+
},
|
17 |
+
"streamSettings": {
|
18 |
+
"network": "ws",
|
19 |
+
"wsSettings": {
|
20 |
+
"path": "/download"
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"outbounds": [
|
26 |
+
{
|
27 |
+
"protocol": "freedom",
|
28 |
+
"settings": {}
|
29 |
+
}
|
30 |
+
]
|
31 |
+
}
|
32 |
+
|