diff --git a/VMess-mKCPSeed/config_client.json b/VMess-mKCPSeed/config_client.json index a7ef6cd..2964622 100644 --- a/VMess-mKCPSeed/config_client.json +++ b/VMess-mKCPSeed/config_client.json @@ -22,8 +22,7 @@ "port": "{{ port }}", "users": [ { - "id": "{{ uuid }}", - "encryption": "none" + "id": "{{ uuid }}" } ] } diff --git a/VMess-mKCPSeed/config_server.json b/VMess-mKCPSeed/config_server.json index 5d72033..1ad20a3 100644 --- a/VMess-mKCPSeed/config_server.json +++ b/VMess-mKCPSeed/config_server.json @@ -7,9 +7,10 @@ "protocol": "vmess", "port": "{{ port }}", "settings": { - "decryption":"none", "clients": [ - {"id": "{{ }}"} + { + "id": "{{ uuid }}" + } ] }, "streamSettings": {