From 04017a8c6772b674137549fe3f40bbb9beee7f41 Mon Sep 17 00:00:00 2001 From: kslr Date: Thu, 14 Jan 2021 01:50:28 +0800 Subject: [PATCH] refine options --- Socks5-TLS/config_client.json | 3 +-- VLESS-mKCPSeed/config_server.json | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Socks5-TLS/config_client.json b/Socks5-TLS/config_client.json index 6c55150..5e385d8 100644 --- a/Socks5-TLS/config_client.json +++ b/Socks5-TLS/config_client.json @@ -52,8 +52,7 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.domain", - "allowInsecure": false + "serverName": "example.domain" } }, "tag": "proxy" diff --git a/VLESS-mKCPSeed/config_server.json b/VLESS-mKCPSeed/config_server.json index 8e907bd..51cf25d 100644 --- a/VLESS-mKCPSeed/config_server.json +++ b/VLESS-mKCPSeed/config_server.json @@ -9,7 +9,9 @@ "settings": { "decryption":"none", "clients": [ - {"id": "{{ }}"} + { + "id": "{{ id }}" + } ] }, "streamSettings": { @@ -21,6 +23,8 @@ } ], "outbounds": [ - {"protocol": "freedom"} + { + "protocol": "freedom" + } ] }