Create config.json
Browse files- config.json +28 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"inbounds": [
|
3 |
+
{
|
4 |
+
"port": "7860",
|
5 |
+
"protocol": "vmess",
|
6 |
+
"tag": "external",
|
7 |
+
"settings": {
|
8 |
+
"clients": [
|
9 |
+
{
|
10 |
+
"id": "env:UUID",
|
11 |
+
"alterId": 0
|
12 |
+
}
|
13 |
+
]
|
14 |
+
},
|
15 |
+
"streamSettings": {
|
16 |
+
"network": "ws",
|
17 |
+
"wsSettings": {
|
18 |
+
"path": "/ws"
|
19 |
+
}
|
20 |
+
}
|
21 |
+
}
|
22 |
+
],
|
23 |
+
"outbounds": [
|
24 |
+
{
|
25 |
+
"protocol": "freedom"
|
26 |
+
}
|
27 |
+
]
|
28 |
+
}
|