Browse Source

update vmess

pull/57/head
kslr 4 years ago
parent
commit
7ec96b97dc
  1. 7
      VMess-HTTP/config_client.json
  2. 6
      VMess-HTTP/config_server.json
  3. 15
      VMess-HTTP2/config_client.json
  4. 12
      VMess-HTTP2/config_server.json
  5. 9
      VMess-TCP-TLS/config_client.json
  6. 6
      VMess-TCP-TLS/config_server.json
  7. 7
      VMess-TCP/config_client.json
  8. 6
      VMess-TCP/config_server.json
  9. 15
      VMess-Websocket-TLS/config_client.json
  10. 12
      VMess-Websocket-TLS/config_server.json
  11. 15
      VMess-Websocket/config_client.json
  12. 12
      VMess-Websocket/config_server.json

7
VMess-HTTP/config_client.json

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

6
VMess-HTTP/config_server.json

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

15
VMess-HTTP2/config_client.json

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

12
VMess-HTTP2/config_server.json

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

9
VMess-TCP-TLS/config_client.json

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

6
VMess-TCP-TLS/config_server.json

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

7
VMess-TCP/config_client.json

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

6
VMess-TCP/config_server.json

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

15
VMess-Websocket-TLS/config_client.json

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

12
VMess-Websocket-TLS/config_server.json

@ -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": [

15
VMess-Websocket/config_client.json

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

12
VMess-Websocket/config_server.json

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

Loading…
Cancel
Save