mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
Update VMess-TCP/config_client.json
This commit is contained in:
parent
4940ebe459
commit
97fbd3a31e
@ -15,7 +15,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"inbounds": [
|
||||
"outbounds": [
|
||||
{
|
||||
"port": 1234,
|
||||
"protocol": "vmess",
|
||||
@ -28,18 +28,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"tag": "tcp",
|
||||
"tag": "proxy",
|
||||
"streamSettings": {
|
||||
"network": "tcp"
|
||||
}
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
},
|
||||
{
|
||||
"tag": "direct",
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
},
|
||||
"tag": "direct"
|
||||
"domainStrategy": "UseIP"
|
||||
}
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 6789,
|
||||
"listen": "127.0.0.1",
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": false,
|
||||
"ip": "127.0.0.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user