Update VMess-TCP/config_client.json

This commit is contained in:
xuebaxi 2020-08-01 19:26:39 +08:00
parent 4940ebe459
commit 97fbd3a31e

View File

@ -15,7 +15,7 @@
} }
] ]
}, },
"inbounds": [ "outbounds": [
{ {
"port": 1234, "port": 1234,
"protocol": "vmess", "protocol": "vmess",
@ -28,18 +28,29 @@
} }
] ]
}, },
"tag": "tcp", "tag": "proxy",
"streamSettings": { "streamSettings": {
"network": "tcp" "network": "tcp"
} }
} },
],
"outbounds": [
{ {
"tag": "direct",
"protocol": "freedom", "protocol": "freedom",
"settings": { "settings": {
}, "domainStrategy": "UseIP"
"tag": "direct" }
}
],
"inbounds": [
{
"port": 6789,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": false,
"ip": "127.0.0.1"
}
} }
] ]
} }