From 967b60975b870fc79d33d36ffd0636aff269f9b4 Mon Sep 17 00:00:00 2001 From: Clarence Gui <55305469+Sanczzg@users.noreply.github.com> Date: Sat, 1 Aug 2020 21:31:28 +0800 Subject: [PATCH] Update config_client.json --- VMess-TCP/config_client.json | 102 ++++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 42 deletions(-) diff --git a/VMess-TCP/config_client.json b/VMess-TCP/config_client.json index 31195e2..8650123 100644 --- a/VMess-TCP/config_client.json +++ b/VMess-TCP/config_client.json @@ -1,45 +1,63 @@ { - "log": { - "loglevel": "warning" - }, - "routing": { - "domainStrategy": "AsIs", - "rules": [ - { - "ip": [ - "geoip:private" - ], - "outboundTag": "direct", - "port": null, - "type": "field" - } - ] - }, - "inbounds": [ - { - "port": 1234, - "protocol": "vmess", - "settings": { - "clients": [ - { - "id": "e2b39869-7e9e-411b-a561-00904419bed9", - "alterId": 100, - "testsEnabled": "VMessAEAD" - } + "log": { + "loglevel": "warning" + }, + "routing": { + "domainStratedy": "AsIs", + "rules": [ + { + "type": "field", + "ip": [ + "geoip:private" + ], + "tag": "direct" + } ] - }, - "tag": "tcp", - "streamSettings": { - "network": "tcp" - } - } - ], - "outbounds": [ - { - "protocol": "freedom", - "settings": { - }, - "tag": "direct" - } - ] + }, + "inbounds": [ + { + "listen": "127.0.0.1", + "port": "1080", + "protocol": "socks", + "settings": { + "auth": "noauth", + "udp": "true", + "ip": "127.0.0.1" + } + }, + { + "listen": "127.0.0.1", + "port": "1081", + "protocol": "http" + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "", + "port": 1234, + "user": [ + { + "id": "", + "alterId": 4, + "security": "auto", + "testEnabled": "VMessAEAD" + } + ] + } + ] + }, + "streamSettings": { + "network": "tcp" + }, + "tag": "proxy" + }, + { + "protocol": "freedom", + "tag": "direct" + } + ] }