github v2fly/v2ray-core v4.42.0

latest releases: v5.16.1, v5.16.0, v5.15.3...
pre-release2 years ago

Features

  • Support Windows ARM64: v2ray-windows-arm64-v8a.zip (#1215 Thanks @database64128)
  • TLS: support client certificate authentication
  • GeoIP asset: add trimmed GeoIP file geoip-only-cn-private.dat to zip package for ROM/RAM insufficient devices
    • File geoip-only-cn-private.dat only contains GeoIP list geoip:cn and geoip:private
    • To customize your own GeoIP file, use project v2fly/geoip
    • #1233 Thanks @Loyalsoldier

Fixes

  • DoQ(DNS over QUIC) local mode supports IP destination (#1226 Thanks @AkinoKaede)
  • Observatory will now probe outbounds in a deterministic order (#1230 Thanks @digglife)
  • DNS response will respect request type(like AAAA, A) (#1235 Thanks @AkinoKaede)
  • Fix typo in DNS log output (#1183 Thanks @rurirei)
  • Fix typo in observatory log output (#1211 Thanks @ihotte)

Chores

Notice

Due to increase in size of the geoip.dat file recently, devices with insufficient ROM/RAM are experiencing difficulties in using V2Ray. The solution is as follows:

  • For RAM insufficient devices: Enable the Geodata loader optimized for memory-constrained devices by setting the environment variable V2RAY_CONF_GEOLOADER to value memconservative. For more details, see documentation.
  • For ROM insufficient devices:
    • Use the newly added GeoIP file geoip-only-cn-private.dat in the zip package or download it from release page, which only contains GeoIP list geoip:cn and geoip:private, or
    • Customize your own GeoIP file via project v2fly/geoip.

Don't miss a new v2ray-core release

NewReleases is sending notifications on new releases.