1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-20 08:16:55 -05:00
v2fly/testing/scenarios/data/test_6_server.json

61 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-28 07:40:00 -05:00
{
2016-11-04 20:00:54 -04:00
"log": {
"loglevel": "debug"
},
2016-01-28 07:40:00 -05:00
"inbound": {
2016-11-04 20:00:54 -04:00
"port": 50051,
2016-06-03 18:38:22 -04:00
"listen": "127.0.0.1",
2016-01-28 07:40:00 -05:00
"protocol": "shadowsocks",
"settings": {
"method": "aes-256-cfb",
"password": "v2ray-password"
2016-11-04 20:00:54 -04:00
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {},
"response": {}
}
}
2016-01-28 07:40:00 -05:00
}
},
"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-11-04 20:00:54 -04:00
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {},
"response": {}
}
}
}
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": {}
}
}