github v2rayA/v2rayA v1.5.4

latest releases: v2.2.5.1, v2.2.5, v2.2.4.7...
2 years ago

Feature

  • Support print connection report:
    sudo v2raya --report connection
  • Support “v2ray-plugin” for Shadowsocks.
  • Support UDP for trojan-go.
  • Support use “_” in name in RoutingA.
  • Support hard code by environment variables in RoutingA: #226
    export SINGLE_LINE="ip(0.0.0.0/0)->proxy"
    export IP="1.1.1.1"
    export OUTBOUND="block"
    # RoutingA
    ip($$IP$$) -> $$OUTBOUND$$
    $$SINGLE_LINE$$
    
  • Support “DNS over Quic” in “Advanced DNS Setting”. But it may not be forwarded by remote server.

Fix

  • Fixed a problem that observatory sidebar disappeared.
  • Fixed a problem that latency info of duplicated servers would not show in the observatory sidebar.
  • Fixed that “GFWList Mode” had wrong routing that would proxy all traffic.
  • Fixed incorrect SIP002 sharing link when sharing shadowsocks.
  • Fixed a problem that seed of mKCP (v2ray) cannot be saved. #256
  • Fixed a problem causing crash when using XTLS. #269
  • Fixed a problem causing slow DNS lookup when using shadowsocks SIP003 plugins.
  • Fixed a problem causing slow DNS lookup when all DNS is DoH in Advanced DNS Setting.
  • Fixed a problem that some ipv6 inbounds had no routing in some cases.
  • Fixed a problem that “HTTP Latency Test” would failed with servers connected and transparent proxy on in some cases.
  • Fixed a problem that sub-process like v2ray-core would not be killed normally in some cases.

Optimize

  • Splitted “IntranetSharing” into “IPForward” and “PortSharing”. #266
  • Added log for unexpected exiting of v2ray-core when connecting.

Don't miss a new v2rayA release

NewReleases is sending notifications on new releases.