Files
v2fly/testing/scenarios/data/test_4_client.json
T

37 lines
630 B
JSON
Raw Normal View History

2016-01-22 16:25:01 +01:00
{
"port": 50030,
2016-05-31 00:21:41 +02:00
"log": {
2016-06-04 12:41:48 +02:00
"loglevel": "info"
2016-05-31 00:21:41 +02:00
},
2016-01-22 16:25:01 +01:00
"inbound": {
2016-06-04 00:38:22 +02:00
"listen": "127.0.0.1",
2016-01-22 16:25:01 +01:00
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 50032,
"network": "tcp",
"timeout": 0
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 50031,
"users": [
{
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
"alterId": 10
}
]
}
]
}
2016-06-02 02:20:53 +02:00
},
"transport": {
2016-06-02 20:52:52 +02:00
"connectionReuse": true
2016-01-22 16:25:01 +01:00
}
}