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

40 lines
685 B
JSON
Raw Normal View History

2016-01-22 15:25:01 +00:00
{
"port": 50030,
2016-05-30 22:21:41 +00:00
"log": {
2016-06-17 15:38:42 +00:00
"loglevel": "debug"
2016-05-30 22:21:41 +00:00
},
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": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 50032,
"network": "tcp",
"timeout": 0
}
},
"outbound": {
"protocol": "vmess",
2016-06-17 15:38:42 +00:00
"streamSettings": {
"network": "kcp"
},
2016-01-22 15:25:01 +00:00
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 50031,
"users": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"alterId": 10
}
]
}
]
}
2016-06-02 00:20:53 +00:00
},
"transport": {
2016-06-02 18:52:52 +00:00
"connectionReuse": true
2016-01-22 15:25:01 +00:00
}
}