1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-19 03:34:31 -04:00
v2fly/release/config/vpoint_vmess_freedom.json

20 lines
304 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" : {
"access": "./access.log"
},
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
}
}