From 4cd82a7abff823ef757e8fe48e57d1d8cff9026f Mon Sep 17 00:00:00 2001 From: weapon14 <43659943+weapon14@users.noreply.github.com> Date: Fri, 28 Sep 2018 21:13:15 +0800 Subject: [PATCH] Create config.json --- config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 00000000..8dc4c53f --- /dev/null +++ b/config.json @@ -0,0 +1,24 @@ +{ + "log": { + "loglevel": "warning" + }, + "inbound": { + "protocol": "vmess", + "port": 8080, + "settings": { + "clients": [ + { + "id": "18538b0d-c93c-45fe-a0ff-f6cfc5841298", + "alterId": 64 + } + ] + }, + "streamSettings": { + "network": "ws" + } + }, + "outbound": { + "protocol": "freedom", + "settings": {} + } +}