1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-15 16:38:16 -04:00
v2fly/testing/scenarios/data/test_4_client.json

40 lines
685 B
JSON
Raw Normal View History

2016-01-22 10:25:01 -05:00
{
"port": 50030,
2016-05-30 18:21:41 -04:00
"log": {
2016-06-17 11:38:42 -04:00
"loglevel": "debug"
2016-05-30 18:21:41 -04:00
},
2016-01-22 10:25:01 -05:00
"inbound": {
2016-06-03 18:38:22 -04:00
"listen": "127.0.0.1",
2016-01-22 10:25:01 -05:00
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 50032,
"network": "tcp",
"timeout": 0
}
},
"outbound": {
"protocol": "vmess",
2016-06-17 11:38:42 -04:00
"streamSettings": {
"network": "kcp"
},
2016-01-22 10:25:01 -05:00
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 50031,
"users": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"alterId": 10
}
]
}
]
}
2016-06-01 20:20:53 -04:00
},
"transport": {
2016-06-02 14:52:52 -04:00
"connectionReuse": true
2016-01-22 10:25:01 -05:00
}
}