v2ray-core/testing/scenarios/data/test_6_server.json

38 lines
704 B
JSON
Raw Normal View History

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