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

61 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-28 12:40:00 +00:00
{
2016-11-05 00:00:54 +00:00
"log": {
"loglevel": "debug"
},
2016-01-28 12:40:00 +00:00
"inbound": {
2016-11-05 00:00:54 +00:00
"port": 50051,
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"
2016-11-05 00:00:54 +00:00
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {},
"response": {}
}
}
2016-01-28 12:40:00 +00:00
}
},
"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-11-05 00:00:54 +00:00
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {},
"response": {}
}
}
}
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": {}
}
}