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" + } ] }