v2ray-examples/TCP/config_client.json

46 lines
747 B
JSON
Raw Normal View History

2017-11-25 19:43:00 +08:00
{
2017-11-28 23:11:54 +08:00
"log": {
2020-07-30 22:51:21 +08:00
"loglevel": "warning"
2017-11-28 23:11:54 +08:00
},
2020-07-30 22:51:21 +08:00
"routing": {
2020-07-31 16:05:31 +08:00
"domainStrategy": "AsIs",
2020-07-30 22:51:21 +08:00
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"port": null,
"type": "field"
}
]
},
"inbounds": [
2018-04-16 17:07:21 +08:00
{
2020-07-31 16:05:31 +08:00
"port": 1234,
2020-07-30 22:51:21 +08:00
"protocol": "vmess",
"settings": {
2020-07-31 16:05:31 +08:00
"clients": [
2020-07-30 22:51:21 +08:00
{
2020-07-31 16:05:31 +08:00
"id": "e2b39869-7e9e-411b-a561-00904419bed9",
"alterId": 100,
"testsEnabled": "VMessAEAD"
2020-07-30 22:51:21 +08:00
}
]
},
2020-07-31 16:05:31 +08:00
"tag": "tcp",
2020-07-30 22:51:21 +08:00
"streamSettings": {
2020-07-31 16:05:31 +08:00
"network": "tcp"
}
}
],
"outbounds": [
2017-11-25 19:43:00 +08:00
{
2020-07-30 22:51:21 +08:00
"protocol": "freedom",
2017-11-28 23:11:54 +08:00
"settings": {
2020-07-30 22:51:21 +08:00
},
"tag": "direct"
2017-11-25 19:43:00 +08:00
}
2020-07-31 16:05:31 +08:00
]
}