1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-21 18:29:55 -04:00
Files
v2fly/testing/scenarios/data/test_4_client.json

37 lines
629 B
JSON
Raw Normal View History

2016-01-22 16:25:01 +01:00
{
"port": 50030,
2016-05-29 16:37:52 +02:00
"listen": "127.0.0.1",
2016-05-31 00:21:41 +02:00
"log": {
"loglevel": "debug"
},
2016-01-22 16:25:01 +01:00
"inbound": {
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 50032,
"network": "tcp",
"timeout": 0
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 50031,
"users": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"alterId": 10
}
]
}
]
}
2016-06-02 02:20:53 +02:00
},
"transport": {
2016-06-02 20:52:52 +02:00
"connectionReuse": true
2016-01-22 16:25:01 +01:00
}
}