v2ray-core/testing/scenarios/data/test_4_server.json

56 lines
937 B
JSON
Raw Normal View History

2016-01-22 15:25:01 +00:00
{
"port": 50031,
"log": {
2016-06-17 15:38:42 +00:00
"loglevel": "debug"
2016-01-22 15:25:01 +00:00
},
"inbound": {
2016-06-03 22:38:22 +00:00
"listen": "127.0.0.1",
2016-01-22 15:25:01 +00:00
"protocol": "vmess",
2016-06-17 15:38:42 +00:00
"streamSettings": {
"network": "kcp"
},
2016-01-22 15:25:01 +00:00
"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 14:37:52 +00:00
"listen": "127.0.0.1",
2016-01-22 15:25:01 +00:00
"port": "50035-50039",
"tag": "detour",
2016-02-25 13:38:41 +00:00
"settings": {},
2016-06-17 15:38:42 +00:00
"streamSettings": {
"network": "kcp"
},
2016-01-22 15:25:01 +00:00
"allocate": {
"strategy": "random",
2016-01-23 20:51:14 +00:00
"concurrency": 2,
2016-01-22 15:25:01 +00:00
"refresh": 5
}
}
2016-06-02 00:20:53 +00:00
],
"transport": {
2016-10-03 10:25:36 +00:00
"kcpSettings": {
"header": {
"type": "srtp"
}
}
2016-06-02 00:20:53 +00:00
}
2016-01-22 15:25:01 +00:00
}