From d2b1c8a4c17e0918fb00c36312ab58231ad06a76 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sun, 10 Oct 2021 14:36:01 +0100 Subject: [PATCH] v5 VMess-Websocket-TLS Client --- v5/VMess-Websocket-TLS/config_client.json | 46 +++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 v5/VMess-Websocket-TLS/config_client.json diff --git a/v5/VMess-Websocket-TLS/config_client.json b/v5/VMess-Websocket-TLS/config_client.json new file mode 100644 index 0000000..ba7b7ce --- /dev/null +++ b/v5/VMess-Websocket-TLS/config_client.json @@ -0,0 +1,46 @@ +{ + "log": { + "error": { + "level": "Warning", + "type": "Console" + }, + "access": { + "type": "None" + } + }, + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "address": "", + "port": 0, + "uuid": "00000000-0000-0000-0000-000000000000" + }, + "streamSettings": { + "transport": "ws", + "transportSettings": { + "path": "" + }, + "security": "tls", + "securitySettings": { + "serverName": "" + } + } + } + ], + "inbounds": [ + { + "protocol": "socks", + "settings": { + "udpEnabled": true, + "address": "127.0.0.1" + }, + "port": 1080 + }, + { + "protocol": "http", + "settings": {}, + "port": 8080 + } + ] +} \ No newline at end of file