1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/release/config/vpoint_vmess_freedom.json

33 lines
537 B
JSON
Raw Normal View History

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