From f36928737f08e13bcd60375ec7e4861718651fa4 Mon Sep 17 00:00:00 2001 From: DongfeiSay <49421020+DongfeiSay@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:01:10 -0500 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=BD=BF=E7=94=A8=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=20(#60)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix decryption * Fix decryption --- VMess-mKCPSeed/config_client.json | 5 ++--- VMess-mKCPSeed/config_server.json | 1 - 2 files changed, 2 insertions(+), 4 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 +} 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": "{{ }}"} ]