1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 10:26:10 -04:00
v2fly/testing/scenarios/data/test_4_server.json

46 lines
778 B
JSON
Raw Normal View History

2016-01-22 10:25:01 -05:00
{
"port": 50031,
"log": {
2016-06-04 06:41:48 -04:00
"loglevel": "info"
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": "vmess",
"settings": {
"clients": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"level": 1,
"alterId": 10
}
],
"features": {
"detour": {
"to": "detour"
}
}
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
},
"inboundDetour": [
{
"protocol": "vmess",
2016-05-29 10:37:52 -04:00
"listen": "127.0.0.1",
2016-01-22 10:25:01 -05:00
"port": "50035-50039",
"tag": "detour",
2016-02-25 08:38:41 -05:00
"settings": {},
2016-01-22 10:25:01 -05:00
"allocate": {
"strategy": "random",
2016-01-23 15:51:14 -05:00
"concurrency": 2,
2016-01-22 10:25:01 -05:00
"refresh": 5
}
}
2016-06-01 20:20:53 -04:00
],
"transport": {
2016-06-02 14:52:52 -04:00
"connectionReuse": true
2016-06-01 20:20:53 -04:00
}
2016-01-22 10:25:01 -05:00
}