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

66 lines
1.2 KiB
JSON
Raw Normal View History

2015-09-12 20:36:21 +02:00
{
2015-10-09 17:43:27 +02:00
"log" : {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
2015-10-09 17:43:27 +02:00
},
2015-09-12 20:36:21 +02:00
"inbound": {
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
}
2015-09-12 20:36:21 +02:00
},
"outbound": {
"protocol": "freedom",
2015-10-06 23:11:08 +02:00
"settings": {}
2015-11-22 21:05:16 +01:00
},
"outboundDetour": [
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
2015-11-23 00:19:23 +01:00
"routing": {
2015-11-22 21:05:16 +01:00
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
2015-11-26 11:29:58 +00: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 21:05:16 +01:00
"outboundTag": "blocked"
}
]
}
2016-06-20 16:24:59 +02:00
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 10,
"downlinkCapacity": 10
2016-06-20 16:24:59 +02:00
}
2015-09-12 20:36:21 +02:00
}
}