mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-09-17 20:54:35 +08:00
update vmess
This commit is contained in:
@@ -39,25 +39,16 @@
|
||||
{
|
||||
"address": "",
|
||||
"port": 1234,
|
||||
"user": [
|
||||
"users": [
|
||||
{
|
||||
"id": "",
|
||||
"alterId": 4,
|
||||
"security": "auto",
|
||||
"testsEnabled": "VMessAEAD"
|
||||
"id": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "",
|
||||
"headers": {
|
||||
"Host": ""
|
||||
}
|
||||
}
|
||||
"network": "ws"
|
||||
},
|
||||
"tag": "proxy"
|
||||
},
|
||||
|
@@ -22,20 +22,12 @@
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "",
|
||||
"alterId": 4
|
||||
"id": ""
|
||||
}
|
||||
],
|
||||
"disableInsecureEncryption": true
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "",
|
||||
"headers": {
|
||||
"Host": ""
|
||||
}
|
||||
},
|
||||
"security": "none"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user