1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 09:26:21 -05:00
v2fly/testing/scenarios/data/test_6_client.json

40 lines
712 B
JSON
Raw Normal View History

2016-11-04 20:00:54 -04:00
{
"log": {
"loglevel": "debug"
},
"inbound": {
"port": 50050,
"listen": "127.0.0.1",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 50052,
"network": "tcp,udp",
"timeout": 0
}
},
"outbound": {
"protocol": "shadowsocks",
"streamSettings": {
"network": "tcp",
"tcpSettings": {
2016-11-07 04:38:43 -05:00
"header": {
"type": "http",
"request": {},
"response": {}
2016-11-04 20:00:54 -04:00
}
2016-11-07 04:38:43 -05:00
}
2016-11-04 20:00:54 -04:00
},
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 50051,
"method": "aes-256-cfb",
"password": "v2ray-password"
}
]
}
}
}