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

26 lines
422 B
JSON
Raw Normal View History

2015-12-04 15:49:10 +00:00
{
"port": 50000,
"inbound": {
"protocol": "socks",
"settings": {
"auth": "noauth",
2015-12-04 16:01:39 +00:00
"udp": true,
2015-12-04 15:49:10 +00:00
"ip": "127.0.0.1"
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "127.0.0.1",
"port": 50001,
"users": [
{"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
]
}
]
}
}
}