浏览代码

update vmess mkcp

kslr 4 年之前
父节点
当前提交
37e6fc3dc2
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 2
      VMess-mKCPSeed/config_client.json
  2. 3 2
      VMess-mKCPSeed/config_server.json

+ 1 - 2
VMess-mKCPSeed/config_client.json

@@ -22,8 +22,7 @@
                         "port": "{{ port }}",
                         "users": [
                             {
-                                "id": "{{ uuid }}",
-                                "encryption": "none"
+                                "id": "{{ uuid }}"
                             }
                         ]
                     }

+ 3 - 2
VMess-mKCPSeed/config_server.json

@@ -7,9 +7,10 @@
             "protocol": "vmess",
             "port": "{{ port }}",
             "settings": {
-                "decryption":"none",
                 "clients": [
-                    {"id": "{{  }}"}
+                    {
+                        "id": "{{ uuid }}"
+                    }
                 ]
             },
             "streamSettings": {