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

20 lines
302 B
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
"port": 27183,
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": [
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
],
"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
}
}