1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-23 20:59:08 -04:00
Files
v2fly/testing/scenarios/data/test_4_server.json

46 lines
777 B
JSON
Raw Normal View History

2016-01-22 16:25:01 +01:00
{
"port": 50031,
2016-05-29 16:37:52 +02:00
"listen": "127.0.0.1",
2016-01-22 16:25:01 +01:00
"log": {
2016-05-31 00:21:41 +02:00
"loglevel": "debug"
2016-01-22 16:25:01 +01:00
},
"inbound": {
"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 16:37:52 +02:00
"listen": "127.0.0.1",
2016-01-22 16:25:01 +01:00
"port": "50035-50039",
"tag": "detour",
2016-02-25 14:38:41 +01:00
"settings": {},
2016-01-22 16:25:01 +01:00
"allocate": {
"strategy": "random",
2016-01-23 21:51:14 +01:00
"concurrency": 2,
2016-01-22 16:25:01 +01:00
"refresh": 5
}
}
2016-06-02 02:20:53 +02:00
],
"transport": {
2016-06-02 20:52:52 +02:00
"connectionReuse": true
2016-06-02 02:20:53 +02:00
}
2016-01-22 16:25:01 +01:00
}