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

39 lines
633 B
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
"inbound": {
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
}
2015-09-12 14:36:21 -04:00
},
"outbound": {
"protocol": "freedom",
2015-10-06 17:11:08 -04:00
"settings": {}
2015-11-22 15:05:16 -05:00
},
"outboundDetour": [
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
2015-11-22 18:19:23 -05:00
"routing": {
2015-11-22 15:05:16 -05:00
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
2018-07-23 08:54:05 -04:00
"ip": ["geoip:private"],
2015-11-22 15:05:16 -05:00
"outboundTag": "blocked"
}
]
}
2015-09-12 14:36:21 -04:00
}
}