v2rayA

A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols. 🚀

AGPL-3.0 License

Stars
9.8K
Committers
55

Bot releases are visible (Hide)

v2rayA - v1.5.2

Published by mzz2017 about 3 years ago

Fix(tproxy): high cpu occupation of v2ray
Fix: http proxy does not need to set username and password
Fix: panicked when opened dns advanced setting
Style: better outbound dropdown
Style / Fixed: insensitive outbound switching
Locale: changed 'Not Running' to 'Ready'

v2rayA - v1.5.1

Published by mzz2017 about 3 years ago

Fixed: tproxy would not clean iptables rules and load balance would panic when disconnected a server.
Fixed: http latency test would cause a horrible problem when the servers were connected.

Refer to v1.5.0 for more changelog about v1.5.

v2rayA - v1.5.0

Published by mzz2017 about 3 years ago

Feature:

  • pre-resolve to get more accurate latency when test http latency
  • support load balance (only for v2fly/v2ray-core) and show latencies of load balance in side floating window #38 #104
  • embeded web files #221
  • use gzip to compress web files
  • routingA supported sourcePort
  • supported adding a VLESS-GRPC inbound for safe transport
  • supported grpc
  • supported https/http2 (compatible with naiveproxy) #227
  • better support for no root user and add [email protected] for different users

Fix:

  • a problem that caused a bad experience due to instability when using the "Proxy except CN Sites" mode to access foreign domains
  • corrected default outbound of routingA
  • duplicated dns-in problem
  • never use shit 114DNS
  • error should not be ignored when core process is killed

Optimize:

  • to avoid conflict, dns will listen at 127.2.0.17 instead
  • use independent resolver to check network
  • more accurate ipv6 supportability checking
  • added no-cache for APIs and cache for index.html
  • added connecting directly rules to the node servers
  • fakedns can better support ipv6
  • added unique request id and response cache for every requests
  • will not enable and start v2raya after installation
  • buetified the RoutingA editor
  • tproxy will skip established socket

DO NOT USE ME

USE v1.5.1 INSTEAD

v2rayA - v1.4.4

Published by mzz2017 about 3 years ago

Fix:

  • Fixed a problem that ssr and pingtunnel cannot work.
  • Fixed a problem that v2ray-core cannot start when system does not support IPv6 with "Intranet sharing" off.
  • Removed the ipv4 mapping IPs from the IPv6 list to prevent 0.0.0.0/0 when parsing CIDR.
v2rayA - v1.4.3

Published by mzz2017 about 3 years ago

Fix

  • Fixed a problem that DNS anti-pollution cannot work in some cases
  • Fixed a problem that shadowsocks simple-obfs plugin cannot work
  • Reset iptables rules before checking network
  • More stable network checking
v2rayA - v1.4.2

Published by mzz2017 about 3 years ago

Feature

  • Supported the UUID mapping standard. #211
  • Supported multiple outbounds.
  • Now will keep latency results.
  • Now will show v2ray-core routing log. #214

Fix

  • Fixed a problem causing "UDP DNS through direct" cannot be saved in advanced DNS setting
  • Fixed a problem that supervisor cannot work.

Chore

  • Rename amd64 to x64, and 386 to x86 to distinguish amd64 from arm64
  • Update apt keys. APT users need to trust the new key before upgrading v2rayA.
v2rayA - v1.4.1

Published by mzz2017 about 3 years ago

Fix:

  • Fixed a problem that egress whitelist prompt pops up at a wrong time at some cases.
  • Fixed a problem that cannot connect due to read only system for procfs on synology.
  • Fixed a problem that some select of setting have no default value.
  • Fixed that crash happens when update setting without network connected.
  • Fixed the incorrectly parsing dns address in advanced mode in some cases.

Chore:

  • Remove PWA
v2rayA - v1.4.0

Published by mzz2017 over 3 years ago

Feature:

  • Feature: support import servers in batch #204
  • Feature/Refactor: support flexible dns strategy #191
  • Feature/Refactor: new setting options 'Transparent Proxy Implementation' and 'Special Mode'

Fix:

  • Fixed(vless): a problem that cannot save node of obfuscated as http #201
  • Fixed: a problem that corrupted file while updating GFWList #199
  • Fixed: avoid to refresh in advance when is connecting to a new server and the connected server has no network
  • Fixed: a problem that ipv6 cannot be supported when intranet sharing is off

Optimize

  • Optimized: removed default direct connection for bittorrent and ntp protocol
  • Optimized(fakedns): use more accurate list to avoid misadventure, which may cause sites cannot be access like cloudflare.com
  • Optimized: replaced 'command -v' with exec.LookPath
v2rayA - v1.3.3

Published by mzz2017 over 3 years ago

Feature

  • Support new sharing schemes of VLESS and PingTunnel #182

Fix

  • Fixed a problem that intranet sharing not work #181 #183
  • Replaced 'which' with 'command -v' to solve the dependency problem
  • Fixed a problem that http test of trojan will be always failure if sni is not set
v2rayA - v1.3.2

Published by mzz2017 over 3 years ago

Features

  • trojan-go is supported #141
  • When intranet sharing off, inbounds will listen on 127.0.0.1 rather than 0.0.0.0 #135
  • Updating subscriptions regularly is supported #123

Fixes

  • Fixed a problem that some machines cannot use v2rayA running in docker
  • Fixed a problem on windows and macos #169
  • Fixed a problem that incorrectly judge as that backend is at internet
  • Try solving the problem that cannot resolve domains in docker #156

Optimizations

  • Removed xtls-rprx-origin flows from preset flow options
v2rayA - v1.3.1

Published by mzz2017 over 3 years ago

  • Fixed the problem 'Another app is currently holding the xtables lock' when using iptables.
  • Fixed transparent proxy cannot be used caused by ip6tables.

v1.3.0

Feature

  • FakeDNS will be used in enhanced mode by default.
  • IPv6 is supported in enhanced mode.
  • Add --verbose argument and V2RAYA_VERBOSE environment variable for detailed log.

Optimize

  • v2ray and xray are optional dependencies in AUR, v2raya will scan which exists in your system and use it.

Fix

  • Fixed the problem that failed to judge the path of V2Ray binary. #154
v2rayA - v1.3.0

Published by mzz2017 over 3 years ago

Feature

  • FakeDNS will be used in enhanced mode by default.
  • IPv6 is supported in enhanced mode.
  • Add --verbose argument and V2RAYA_VERBOSE environment variable for detailed log.

Optimize

  • v2ray and xray are optional dependencies in AUR, v2raya will scan which exists in your system and use it.

Fix

  • Fixed the problem that failed to judge the path of V2Ray binary. #154
v2rayA - v1.2.2

Published by mzz2017 over 3 years ago

Fix

Too many open files error.

Style

Remove v2rayCoreStatus

Optimize

Refine trojan codes.

v2rayA - v1.2.1

Published by mzz2017 almost 4 years ago

Fix http interface 'api/version' return cannot find v2ray executable binary #134

1.2.0

Feature

  • Support ipv6.
  • Support argument --v2ray-confdir #122
  • Support argument --v2ray-bin
  • Shadowsocks subscription support to show used bytes of SIP008.

Optimize

  • Always use v2ray binary rather than preferring to systemd.
  • Prefer to use alidns rather than opendns.
  • Optimize dns-hijack mechanism.

Fix

  • Fixed transparent proxy problems in some situations.
  • Fixed a problem of failed connection of SSR.
v2rayA - v1.2.0

Published by mzz2017 almost 4 years ago

Feature

  • Support ipv6.
  • Support argument --v2ray-confdir #122
  • Support argument --v2ray-bin
  • Shadowsocks subscription support to show used bytes of SIP008.

Optimize

  • Always use v2ray binary rather than preferring to systemd.
  • Prefer to use alidns rather than opendns.
  • Optimize dns-hijack mechanism.

Fix

  • Fixed transparent proxy problems in some situations.
  • Fixed a problem of failed connection of SSR.
v2rayA - v1.1.3

Published by mzz2017 almost 4 years ago

Feature

  • feat: support to turn off china domain dns shunt (use it when you need stronger privacy protection)
  • feat(vmess): support customized path of http obfs #128

Fix

  • fix(routingA): domain's rule without key would cause error
  • fix: unstable network of docker container in some cases with enhanced mode on
  • fix(ui): routingA button always showed

Optimize

  • optimize: remove 'cutomized routing'

Chore

  • fix(aur): /etc/v2raya permission warning generated by pacman when v2raya upgraded (#114). Thanks @yjun123

注意,v2rayA依赖于v2ray,请确保v2ray已安装正确

v2rayA - v1.1.2

Published by mzz2017 almost 4 years ago

Feature

  • support sip008 subscription of ss
  • add select-all button on mobile and upgrade buefy
  • support seed option of mkcp

Fix

  • correct asset directory finder
  • fix the problem that vless server configuration cannot be saved due to required aid field
  • routingA textarea cannot break line on partial mobile devs

Optimize

  • add user-agent

Chore

  • fix problem caused by package source of yarn install (#112)
  • support arm64 and armv8 (#111)
  • embedded gfwlist in docker image

注意,v2rayA依赖于v2ray,请确保v2ray已安装正确

v2rayA - v1.1.1

Published by mzz2017 almost 4 years ago

Fix

  • fix: vmess should not support xtls.
  • fix: cancel useless autostarting v2ray. #100
  • fix: problem that kubuntu cannot look up domains with enhanced mode on. #94
  • fix: error occurs when base64 encoded ss link is provided. #109

Optimize

  • optimize: prefer to use a consistent secret to reduce passwd input frequency.
  • optimize(dropSpoofing): filter 127.0.0.0/8 rather than 127.0.0.1/32

Chore

  • chore: use relative paths to reference resources. #108
  • chore: normalize PKGBUILD in the light of archlinuxcn/repo
  • chore(aur.v2raya): smaller size binary

注意,v2rayA依赖于v2ray,请确保v2ray已安装正确

v2rayA - v1.1.0

Published by mzz2017 almost 4 years ago

Feature

  • support xtls of v2ray(v4.30.0+)
  • support simpleobfs of shadowsocks
  • support AEAD methods of shadowsocks
  • support import node/subscription by upload QRCode

Fix

  • fix the problem that download dlc.dat without renaming it to geosite.dat

Optimization

  • add starting tip

注意,v2rayA依赖于v2ray,请确保v2ray已安装正确

v2rayA - v1.0.3

Published by mzz2017 about 4 years ago

Fix

  • Fix problem that docker image did not work
  • Disable "v2board status bar" mentioned in v1.0.2 because aid is not pointed usually, which causes unstable connection.
  • Correct the architecture of arm64 to aarch64.

注意,v2rayA依赖于v2ray,请确保v2ray已安装正确

Package Rankings
Top 3.23% on Proxy.golang.org
Badges
Extracted from project README
Docker Cloud Build Status Travis (.org) Stargazers over time License: AGPL v3-only