v2ray-core/release/config/vpoint_vmess_freedom.json

20 lines
302 B
JSON
Raw Normal View History

2015-09-12 18:36:21 +00:00
{
"port": 27183,
2015-10-09 15:43:27 +00:00
"log" : {
2015-10-10 08:51:21 +00:00
"access": "access.log"
2015-10-09 15:43:27 +00:00
},
2015-09-12 18:36:21 +00:00
"inbound": {
"protocol": "vmess",
2015-10-06 21:11:08 +00:00
"settings": {
"clients": [
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
],
"udp": false
}
2015-09-12 18:36:21 +00:00
},
"outbound": {
"protocol": "freedom",
2015-10-06 21:11:08 +00:00
"settings": {}
2015-09-12 18:36:21 +00:00
}
}