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

38 lines
702 B
JSON
Raw Normal View History

2016-01-28 07:40:00 -05:00
{
"port": 50051,
2016-05-29 10:37:52 -04:00
"listen": "127.0.0.1",
2016-01-28 07:40:00 -05:00
"inbound": {
"protocol": "shadowsocks",
"settings": {
"method": "aes-256-cfb",
"password": "v2ray-password"
}
},
"inboundDetour": [
{
"protocol": "shadowsocks",
"port": 50055,
2016-05-29 10:37:52 -04:00
"listen": "127.0.0.1",
"settings": {
"method": "aes-128-cfb",
"password": "v2ray-another",
"udp": true
}
2016-02-23 12:16:13 -05:00
},
{
"protocol": "shadowsocks",
"port": 50056,
2016-05-29 10:37:52 -04:00
"listen": "127.0.0.1",
2016-02-23 12:16:13 -05:00
"settings": {
"method": "chacha20",
"password": "new-password",
"udp": true
}
}
],
2016-01-28 07:40:00 -05:00
"outbound": {
"protocol": "freedom",
"settings": {}
}
}