1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-08 06:14:23 -04:00
v2fly/release/config/vpoint_vmess_freedom.json

27 lines
442 B
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
2015-11-01 18:04:11 -05:00
"port": 37192,
2015-10-09 11:43:27 -04:00
"log" : {
2015-10-10 04:51:21 -04:00
"access": "access.log"
2015-10-09 11:43:27 -04:00
},
2015-09-12 14:36:21 -04:00
"inbound": {
"protocol": "vmess",
2015-10-06 17:11:08 -04:00
"settings": {
"clients": [
2015-11-01 18:05:32 -05:00
{
"id": "27848739-7e62-4138-9fd3-098a63964b6b",
"level": 0
},
{
"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22",
"level": 1
}
2015-10-06 17:11:08 -04:00
],
"udp": false
}
2015-09-12 14:36:21 -04:00
},
"outbound": {
"protocol": "freedom",
2015-10-06 17:11:08 -04:00
"settings": {}
2015-09-12 14:36:21 -04:00
}
}