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,10 +39,9 @@
|
||||
{
|
||||
"address": "",
|
||||
"port": 1234,
|
||||
"user": [
|
||||
"users": [
|
||||
{
|
||||
"id": "",
|
||||
"alterId": 4,
|
||||
"security": "none"
|
||||
}
|
||||
]
|
||||
@@ -51,11 +50,7 @@
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"serverName": "example.domain",
|
||||
"allowInsecure": false
|
||||
}
|
||||
"security": "tls"
|
||||
},
|
||||
"tag": "proxy"
|
||||
},
|
||||
|
@@ -22,11 +22,9 @@
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "",
|
||||
"alterId": 4
|
||||
"id": ""
|
||||
}
|
||||
],
|
||||
"disableInsecureEncryption": false
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
|
Reference in New Issue
Block a user