From 4c60b767d51a58e2a86543b0596c14aac5831f51 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 22 Nov 2018 13:07:59 +0800 Subject: [PATCH] Create config.json --- tls/config.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tls/config.json diff --git a/tls/config.json b/tls/config.json new file mode 100644 index 0000000..55a8f02 --- /dev/null +++ b/tls/config.json @@ -0,0 +1,29 @@ +{ + "inbounds": [ + { + "port": 10000, + "listen":"127.0.0.1", + "protocol": "vmess", + "settings": { + "clients": [ + { + "id": "b831381d-6324-4d53-ad4f-8cda48b30811", + "alterId": 64 + } + ] + }, + "streamSettings": { + "network": "ws", + "wsSettings": { + "path": "/ray" + } + } + } + ], + "outbound": [ + { + "protocol": "freedom", + "settings": {} + } + ] +}