Releases: povsister/v2ray-core
v5.22.0-mod
No feature changes, just follow updates from upstream.
Please refer upstream releases notes to get a list of feature updates.
Full Changelog: v5.16.1-mod-4...v5.22.0-mod
v5.16.1-mod-4
⚠️ This release contains a breaking change to http-healthcheck
inbound.
- Now,
http-healthcheck
inbound will always returnHTTP Code 200
, regardlessPath
.
For example:
Before this release, onlyhttp://v2ray:54321/health
returns200
, all other paths always return404
.
After this release, http request tohttp://v2ray:54321
always return200
, no matter what path is used. - Add detailed configuration examples for ROSv7
OSPF
andNetwatch
settings.
Full Changelog: v5.16.1-mod-3...v5.16.1-mod-4
v5.16.1-mod-3
This release including bugfix and new features !
Bugfix
- Fixes fallbackTag not working on leastping balancer. This is also a upstream bug. See #3100
New features
- V2Ray stats API now exports outbound traffics with src address. This is very useful for monitoring data consumption while deploying V2Ray as a router gateway. See preview here
For example:outbound>>>hk-proxy>>>traffic>>>uplink
->outbound>>>hk-proxy>>>traffic>>>uplink>>>src>>>{srcAddress}
.
To use those new metrics in Prometheus + Grafana, try this v2ray-exporter
Full Changelog: v5.16.1-mod-2...v5.16.1-mod-3
v5.16.1-mod-2
In this release, balancer support is now added.
It massively reduces conn-tracking configuration in routing section.
Now you can add both balancerTags
and outboundTags
in DNSCircuit settings.
And, don't forget to configure balancers
and multiObservatory
on your own flavor.
Check the README file for configuration examples!
Full Changelog: v5.16.1-mod-fix...v5.16.1-mod-2
v5.16.1-mod-fix
This "fix" version does not add any new features.
There are 2 bugs fixed in this release.
- fix inactiveClean not working: Now you can specify
inactiveClean
seconds in configuration as designed. - fix conntrack src rule not updating: This fix conn-tracking not working properly when more than 1 outbounds are used in routing section.
Full Changelog: v5.16.1...v5.16.1-mod-fix
v5.16.1-mod
initial release
Full Changelog: v5.16.0...v5.16.1-mod