From bfec21681adfe1e639b4005604c9244c8ac28f03 Mon Sep 17 00:00:00 2001 From: DongfeiSay <49421020+DongfeiSay@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:35:31 +0800 Subject: [PATCH] Fix decryption --- VMess-mKCPSeed/config_client.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +}