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

47 lines
820 B
JSON
Raw Normal View History

2015-12-04 15:49:10 +00:00
{
"port": 50001,
2015-12-05 22:47:23 +00:00
"log": {
2016-08-20 07:12:44 +00:00
"loglevel": "debug"
2015-12-05 22:47:23 +00:00
},
2015-12-04 15:49:10 +00:00
"inbound": {
2016-06-03 22:38:22 +00:00
"listen": "127.0.0.1",
2015-12-04 15:49:10 +00:00
"protocol": "vmess",
2016-08-20 07:12:44 +00:00
"allowPassive": true,
2015-12-04 15:49:10 +00:00
"settings": {
"clients": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
2016-01-08 23:10:57 +00:00
"level": 1,
"alterId": 10
2015-12-04 15:49:10 +00:00
}
2016-01-21 16:22:56 +00:00
],
"features": {
"detour": {
"to": "detour"
}
}
2015-12-04 15:49:10 +00:00
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
2015-12-04 16:32:42 +00:00
},
"inboundDetour": [
{
"protocol": "vmess",
2016-05-29 14:37:52 +00:00
"listen": "127.0.0.1",
2015-12-04 16:32:42 +00:00
"port": "50005-50009",
2016-01-21 16:22:56 +00:00
"tag": "detour",
2016-08-20 07:12:44 +00:00
"allowPassive": true,
2015-12-04 16:32:42 +00:00
"settings": {
"clients": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"level": 1
}
]
}
}
]
2015-12-04 15:49:10 +00:00
}