From 51773ea27d8b71a4ea3ebd2a77f9d22659ba26c1 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Wed, 14 Oct 2015 18:13:37 +0200 Subject: [PATCH] Add a config for windows client --- release/config/windows/config.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 release/config/windows/config.json diff --git a/release/config/windows/config.json b/release/config/windows/config.json new file mode 100644 index 000000000..2bfe3bf9e --- /dev/null +++ b/release/config/windows/config.json @@ -0,0 +1,29 @@ +{ + "port": 1080, + "log": { + "access": "" + }, + "inbound": { + "protocol": "socks", + "settings": { + "auth": "noauth", + "udp": false, + "ip": "127.0.0.1" + } + }, + "outbound": { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "127.0.0.1", + "port": 27183, + "users": [ + {"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"} + ], + "network": "tcp" + } + ] + } + } +}