diff --git a/VMess-HTTP/config_client.json b/VMess-HTTP/config_client.json index 1762ab6..0496c4c 100644 --- a/VMess-HTTP/config_client.json +++ b/VMess-HTTP/config_client.json @@ -39,12 +39,9 @@ { "address": "", "port": 1234, - "user": [ + "users": [ { - "id": "", - "alterId": 4, - "security": "auto", - "testsEnabled": "VMessAEAD" + "id": "" } ] } diff --git a/VMess-HTTP/config_server.json b/VMess-HTTP/config_server.json index 1ac3031..057eb2c 100644 --- a/VMess-HTTP/config_server.json +++ b/VMess-HTTP/config_server.json @@ -22,11 +22,9 @@ "settings": { "clients": [ { - "id": "", - "alterId": 0 + "id": "" } - ], - "disableInsecureEncryption": true + ] }, "streamSettings": { "network": "tcp", diff --git a/VMess-HTTP2/config_client.json b/VMess-HTTP2/config_client.json index 84ec912..2c036ba 100644 --- a/VMess-HTTP2/config_client.json +++ b/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" }, diff --git a/VMess-HTTP2/config_server.json b/VMess-HTTP2/config_server.json index a6dafd7..f4f3205 100644 --- a/VMess-HTTP2/config_server.json +++ b/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": [ diff --git a/VMess-TCP-TLS/config_client.json b/VMess-TCP-TLS/config_client.json index 093dd2a..2f35325 100644 --- a/VMess-TCP-TLS/config_client.json +++ b/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" }, diff --git a/VMess-TCP-TLS/config_server.json b/VMess-TCP-TLS/config_server.json index 5c7390f..5b40b63 100644 --- a/VMess-TCP-TLS/config_server.json +++ b/VMess-TCP-TLS/config_server.json @@ -22,11 +22,9 @@ "settings": { "clients": [ { - "id": "", - "alterId": 4 + "id": "" } - ], - "disableInsecureEncryption": false + ] }, "streamSettings": { "network": "tcp", diff --git a/VMess-TCP/config_client.json b/VMess-TCP/config_client.json index c9c08a8..0920423 100644 --- a/VMess-TCP/config_client.json +++ b/VMess-TCP/config_client.json @@ -39,12 +39,9 @@ { "address": "", "port": 1234, - "user": [ + "users": [ { - "id": "", - "alterId": 4, - "security": "auto", - "testsEnabled": "VMessAEAD" + "id": "" } ] } diff --git a/VMess-TCP/config_server.json b/VMess-TCP/config_server.json index cb71d06..8f379ea 100644 --- a/VMess-TCP/config_server.json +++ b/VMess-TCP/config_server.json @@ -22,11 +22,9 @@ "settings": { "clients": [ { - "id": "", - "alterId": 4 + "id": "" } - ], - "disableInsecureEncryption": true + ] }, "streamSettings": { "network": "tcp" diff --git a/VMess-Websocket-TLS/config_client.json b/VMess-Websocket-TLS/config_client.json index 240fb60..303c896 100644 --- a/VMess-Websocket-TLS/config_client.json +++ b/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" }, diff --git a/VMess-Websocket-TLS/config_server.json b/VMess-Websocket-TLS/config_server.json index e4dd424..6d86245 100644 --- a/VMess-Websocket-TLS/config_server.json +++ b/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": [ diff --git a/VMess-Websocket/config_client.json b/VMess-Websocket/config_client.json index 8507ddb..0677a8c 100644 --- a/VMess-Websocket/config_client.json +++ b/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" }, diff --git a/VMess-Websocket/config_server.json b/VMess-Websocket/config_server.json index 3b088ad..3a6bba7 100644 --- a/VMess-Websocket/config_server.json +++ b/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" } }