1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 10:26:10 -04:00
v2fly/testing/scenarios/data/test_6_server.json

15 lines
228 B
JSON
Raw Normal View History

2016-01-28 07:40:00 -05:00
{
"port": 50051,
"inbound": {
"protocol": "shadowsocks",
"settings": {
"method": "aes-256-cfb",
"password": "v2ray-password"
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
}
}