kslr 4 år sedan
förälder
incheckning
7ec96b97dc

+ 2 - 5
VMess-HTTP/config_client.json

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

+ 2 - 4
VMess-HTTP/config_server.json

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

+ 2 - 13
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"
         },

+ 2 - 10
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": [

+ 2 - 7
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"
         },

+ 2 - 4
VMess-TCP-TLS/config_server.json

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

+ 2 - 5
VMess-TCP/config_client.json

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

+ 2 - 4
VMess-TCP/config_server.json

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

+ 2 - 13
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"
         },

+ 2 - 10
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": [

+ 3 - 12
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"
         },

+ 2 - 10
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"
             }
         }