From 2d839a017b2fd90ddfb8cad2f945287c64bf2eba Mon Sep 17 00:00:00 2001 From: EpLiar Date: Fri, 31 Jul 2020 20:58:37 +0800 Subject: [PATCH] Update TCP/config_server.json --- TCP/config_server.json | 94 +++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/TCP/config_server.json b/TCP/config_server.json index a4b9bc7..7c1a152 100755 --- a/TCP/config_server.json +++ b/TCP/config_server.json @@ -1,51 +1,51 @@ { - "log": { - "loglevel": "warning" - }, - "routing": { - "domainStrategy": "AsIs", - "rules": [ - { - "ip": [ - "geoip:private" - ], - "outboundTag": "blocked", - "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": { + "domainStrategy": "AsIs", + "rules": [ + { + "ip": [ + "geoip:private" + ], + "outboundTag": "blocked", + "port": null, + "type": "field" + } ] - }, - "tag": "tcp", - "streamSettings": { - "network": "tcp" - } - } - ], - "outbounds": [ - { - "protocol": "freedom", - "settings": { - }, - "tag": "direct" }, - { - "protocol": "blackhole", - "settings": { - }, - "tag": "blocked" - } - ] + "inbounds": [ + { + "port": 1234, + "protocol": "vmess", + "settings": { + "clients": [ + { + "id": "", + "alterId": 100, + "testsEnabled": "VMessAEAD" + } + ] + }, + "tag": "tcp", + "streamSettings": { + "network": "tcp" + } + } + ], + "outbounds": [ + { + "protocol": "freedom", + "settings": { + }, + "tag": "direct" + }, + { + "protocol": "blackhole", + "settings": { + }, + "tag": "blocked" + } + ] }