Skip to content

1.6 beta

Pre-release
Pre-release

Choose a tag to compare

@adguard-bot adguard-bot released this 25 Dec 15:28
· 42 commits to master since this release

Disclaimer AdGuard VPN CLI is not an open-source project. We use Github as an open bug tracker for users to see what developers are working on.

This update makes AdGuard VPN CLI more reliable and pleasant to use. We’ve fixed a few login-related bugs and improved how updates are handled, so everything runs more smoothly on Linux. Plus, the VPN client has been updated for better stability and performance.

Changelog

Fixes

  • Ctrl-C during login breaks Linux terminal #129
  • Web login link is retained in case of incomplete login #131
  • When version is rolled back on server-side due to problems with build, VPN CLI continues to offer updating #124

VPN client (AdGuard VPN protocol implementation)

  • Updated VPN client to v0.19.23

AdGuard VPN CLI Install-Scripts:

curl -fSsL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/release/install.sh | sh -s -- -v - for installing from Release channel

curl -fSsL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/beta/install.sh | sh -s -- -v - for installing from Beta channel

curl -fSsL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/nightly/install.sh | sh -s -- -v - for installing from Nightly channel