Update config.json.template
Browse files- config.json.template +7 -3
config.json.template
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"inbounds": [
|
3 |
{
|
4 |
-
"port":
|
5 |
"protocol": "vmess",
|
6 |
"tag": "external",
|
7 |
"settings": {
|
8 |
"clients": [
|
9 |
{
|
10 |
-
"id": "
|
11 |
"alterId": 0
|
12 |
}
|
13 |
]
|
@@ -22,7 +25,8 @@
|
|
22 |
],
|
23 |
"outbounds": [
|
24 |
{
|
25 |
-
"protocol": "freedom"
|
|
|
26 |
}
|
27 |
]
|
28 |
}
|
|
|
1 |
{
|
2 |
+
"log": {
|
3 |
+
"loglevel": "warning"
|
4 |
+
},
|
5 |
"inbounds": [
|
6 |
{
|
7 |
+
"port": 7860,
|
8 |
"protocol": "vmess",
|
9 |
"tag": "external",
|
10 |
"settings": {
|
11 |
"clients": [
|
12 |
{
|
13 |
+
"id": "env:UUID",
|
14 |
"alterId": 0
|
15 |
}
|
16 |
]
|
|
|
25 |
],
|
26 |
"outbounds": [
|
27 |
{
|
28 |
+
"protocol": "freedom",
|
29 |
+
"tag": "direct"
|
30 |
}
|
31 |
]
|
32 |
}
|