Skip to content

Commit 0ad2615

Browse files
committed
chore: update to vless
1 parent af90448 commit 0ad2615

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

startup.sh

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ cat << EOF > /etc/v2ray/config.json
55
"inbounds": [
66
{
77
"port": $PORT,
8-
"protocol": "vmess",
8+
"protocol": "vless",
99
"settings": {
1010
"clients": [
1111
{
1212
"id": "$UUID",
13-
"alterId": 64
13+
"level": 0
1414
}
1515
],
16-
"disableInsecureEncryption": true
16+
"decryption": "none"
1717
},
1818
"streamSettings": {
19-
"network": "ws"
19+
"network": "ws",
20+
"security": "none"
2021
}
2122
}
2223
],

0 commit comments

Comments
 (0)