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

57 lines
1.0 KiB
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
2015-11-01 18:04:11 -05:00
"port": 37192,
2015-10-09 11:43:27 -04:00
"log" : {
2015-10-10 04:51:21 -04:00
"access": "access.log"
2015-10-09 11:43:27 -04:00
},
2015-09-12 14:36:21 -04:00
"inbound": {
"protocol": "vmess",
2015-10-06 17:11:08 -04:00
"settings": {
"clients": [
2015-11-01 18:05:32 -05:00
{
"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22",
"level": 1
}
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",
2015-11-26 06:29:58 -05:00
"ip": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
],
2015-11-22 15:05:16 -05:00
"outboundTag": "blocked"
}
]
}
2015-09-12 14:36:21 -04:00
}
}