1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-05 05:25:23 +00:00
v2fly/release/config/vpoint_vmess_freedom.json

33 lines
537 B
JSON
Raw Normal View History

2015-09-12 18:36:21 +00:00
{
2018-11-13 22:29:36 +00:00
"inbounds": [{
2016-06-03 22:38:22 +00:00
"port": 10086,
2015-09-12 18:36:21 +00:00
"protocol": "vmess",
2015-10-06 21:11:08 +00:00
"settings": {
"clients": [
2015-11-01 23:05:32 +00:00
{
2016-05-25 20:23:59 +00:00
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
2016-01-27 11:47:39 +00:00
"level": 1,
2016-02-18 09:30:00 +00:00
"alterId": 64
2015-11-01 23:05:32 +00:00
}
2015-11-04 20:52:48 +00:00
]
2015-10-06 21:11:08 +00:00
}
2018-11-13 22:29:36 +00:00
}],
"outbounds": [{
2015-09-12 18:36:21 +00:00
"protocol": "freedom",
2015-10-06 21:11:08 +00:00
"settings": {}
2018-11-13 22:29:36 +00:00
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
2015-11-22 23:19:23 +00:00
"routing": {
2018-11-13 22:29:36 +00:00
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
2015-09-12 18:36:21 +00:00
}
}