1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 02:16:11 -04:00
v2fly/testing/scenarios/data/test_6_server.json
2016-01-28 12:40:00 +00:00

15 lines
228 B
JSON

{
"port": 50051,
"inbound": {
"protocol": "shadowsocks",
"settings": {
"method": "aes-256-cfb",
"password": "v2ray-password"
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
}
}