update vmess

This commit is contained in:
kslr 2020-11-22 01:21:44 +08:00
parent d1f666d608
commit 7ec96b97dc
12 changed files with 25 additions and 97 deletions

View File

@ -39,12 +39,9 @@
{
"address": "",
"port": 1234,
"user": [
"users": [
{
"id": "",
"alterId": 4,
"security": "auto",
"testsEnabled": "VMessAEAD"
"id": ""
}
]
}

View File

@ -22,11 +22,9 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 0
"id": ""
}
],
"disableInsecureEncryption": true
]
},
"streamSettings": {
"network": "tcp",

View File

@ -39,10 +39,9 @@
{
"address": "",
"port": 1234,
"user": [
"users": [
{
"id": "",
"alterId": 4,
"security": "none"
}
]
@ -51,17 +50,7 @@
},
"streamSettings": {
"network": "http",
"httpSettings": {
"host": [
"example.domain"
],
"path": ""
},
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
}
"security": "tls"
},
"tag": "proxy"
},

View File

@ -22,20 +22,12 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 4
"id": ""
}
],
"disableInsecureEncryption": false
]
},
"streamSettings": {
"network": "http",
"httpSettings": {
"host": [
"example.domain"
],
"path": ""
},
"security": "tls",
"tlsSettings": {
"certificates": [

View File

@ -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"
},

View File

@ -22,11 +22,9 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 4
"id": ""
}
],
"disableInsecureEncryption": false
]
},
"streamSettings": {
"network": "tcp",

View File

@ -39,12 +39,9 @@
{
"address": "",
"port": 1234,
"user": [
"users": [
{
"id": "",
"alterId": 4,
"security": "auto",
"testsEnabled": "VMessAEAD"
"id": ""
}
]
}

View File

@ -22,11 +22,9 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 4
"id": ""
}
],
"disableInsecureEncryption": true
]
},
"streamSettings": {
"network": "tcp"

View File

@ -39,10 +39,9 @@
{
"address": "",
"port": 1234,
"user": [
"users": [
{
"id": "",
"alterId": 0,
"security": "none"
}
]
@ -51,17 +50,7 @@
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": "example.domain"
}
},
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
}
"security": "tls"
},
"tag": "proxy"
},

View File

@ -22,20 +22,12 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 0
"id": ""
}
],
"disableInsecureEncryption": false
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": "example.domain"
}
},
"security": "tls",
"tlsSettings": {
"certificates": [

View File

@ -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"
},

View File

@ -22,20 +22,12 @@
"settings": {
"clients": [
{
"id": "",
"alterId": 4
"id": ""
}
],
"disableInsecureEncryption": true
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": ""
}
},
"security": "none"
}
}