xtunnel 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/config/default.json +6 -6
- package/core/xray-linux-x64 +0 -0
- package/package.json +1 -1
- package/core/config.json +0 -0
package/config/default.json
CHANGED
@@ -57,11 +57,12 @@
|
|
57
57
|
],
|
58
58
|
"outbounds": [
|
59
59
|
{
|
60
|
+
"tag": "proxy",
|
61
|
+
"protocol": "vmess",
|
60
62
|
"mux": {
|
61
63
|
"enabled": false,
|
62
64
|
"concurrency": 8
|
63
65
|
},
|
64
|
-
"protocol": "vmess",
|
65
66
|
"streamSettings": {
|
66
67
|
"wsSettings": {
|
67
68
|
"path": "/v2ray",
|
@@ -75,20 +76,19 @@
|
|
75
76
|
"security": "none",
|
76
77
|
"network": "ws"
|
77
78
|
},
|
78
|
-
"tag": "proxy",
|
79
79
|
"settings": {
|
80
80
|
"vnext": [
|
81
81
|
{
|
82
82
|
"address": "u4.amazonfeed.net",
|
83
|
+
"port": 3106,
|
83
84
|
"users": [
|
84
85
|
{
|
85
86
|
"id": "d289df49-72eb-3b11-b83f-928b0a0f0dfc",
|
86
|
-
"alterId":
|
87
|
+
"alterId": 0,
|
87
88
|
"level": 0,
|
88
|
-
"security": "
|
89
|
+
"security": "auto"
|
89
90
|
}
|
90
|
-
]
|
91
|
-
"port": 3106
|
91
|
+
]
|
92
92
|
}
|
93
93
|
]
|
94
94
|
}
|
package/core/xray-linux-x64
CHANGED
Binary file
|
package/package.json
CHANGED
package/core/config.json
DELETED
File without changes
|