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

33 lines
537 B
JSON
Raw Normal View History

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