Browse Source

Update VMess-TCP/config_client.json

pull/1/head
xuebaxi 4 years ago
parent
commit
97fbd3a31e
  1. 23
      VMess-TCP/config_client.json

23
VMess-TCP/config_client.json

@ -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"
} }
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP"
}
} }
], ],
"outbounds": [ "inbounds": [
{ {
"protocol": "freedom", "port": 6789,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": { "settings": {
}, "auth": "noauth",
"tag": "direct" "udp": false,
"ip": "127.0.0.1"
}
} }
] ]
} }
Loading…
Cancel
Save