diff --git a/VMess-mKCPSeed/config_client.json b/VMess-mKCPSeed/config_client.json index a7ef6cd..8bfec3c 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 }}" } ] } @@ -37,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/VMess-mKCPSeed/config_server.json b/VMess-mKCPSeed/config_server.json index 5d72033..3e26340 100644 --- a/VMess-mKCPSeed/config_server.json +++ b/VMess-mKCPSeed/config_server.json @@ -7,7 +7,6 @@ "protocol": "vmess", "port": "{{ port }}", "settings": { - "decryption":"none", "clients": [ {"id": "{{ }}"} ]