CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 4
Releases: AdguardTeam/AdGuardVPNCLI
1.3.29 beta
Compare
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 release focuses on overall stability improvements: weβve fixed several bugs and updated the VPN client.
Changelog
Improvements
- Added ability to specify outbound interface #78
Fixes
-
AdGuard VPN tries to style the progress log, even though styled output is not supported #103
-
Logging out can occur when multiple commands are executed simultaneously #98
-
export-logs
exits with a status of 10 upon successful completion #95 -
tunnel.log
file disappears upon connection failure #107
VPN client (AdGuard VPN protocol implementation)
- VPN client updated to v0.16.20
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
Assets 9
1.3
Compare
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 release focuses on overall stability improvements: weβve fixed several bugs and updated the VPN client.
Changelog
Improvements
- Added ability to specify outbound interface #78
Fixes
-
AdGuard VPN tries to style the progress log, even though styled output is not supported #103
-
Logging out can occur when multiple commands are executed simultaneously #98
-
export-logs
exits with a status of 10 upon successful completion #95 -
tunnel.log
file disappears upon connection failure #107
VPN client (AdGuard VPN protocol implementation)
- VPN client updated to v0.16.20
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
Assets 9
1.3.27 nightly
Compare
Minor fixes
Assets 9
1.3.24 nightly
Compare
Minor fixes
Assets 9
1.3.17 nightly
Compare
Assets 9
1.3.9 nightly
Compare
Assets 9
1.2.39 nightly
Compare
Assets 9
1.2.38 beta
Compare
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.
If youβve been keeping up with the latest AdGuard releases, you may have noticed that weβve been gradually adding post-quantum cryptography to our products. Now, it's AdGuard VPN CLIβs turn. Alongside essential bug fixes, v1.2 introduces this cutting-edge security enhancement, providing an extra layer of protection for your browsing.
Hereβs the deal: quantum computers are advancing at a rapid pace, and while theyβre not yet a threat, they could potentially break current encryption methods in the future. To stay ahead of this risk, weβve implemented post-quantum cryptography, ensuring that even the most advanced quantum computers wonβt stand a chance at decrypting your traffic.
To enable post-quantum cryptography, open the terminal and type the following command:
adguardvpn-cli config set-post-quantum on
Changelog
Improvements
- Added post-quantum cryptography support #88
Fixes
- Connecting through TUN mode is not working on Fedora workstation #58
- DNS query is rerouted from IPv6 to IPv4, even when DNS upstream is set to Default #55
- When running
adguardvpn-cli update
, the network canβt download the new version #62 - Whenever an error occurs,
adguardvpn-cli
exits with code 0 #85 - If DoH servers are timing out,
adguardvpn-cli
times out before background process finish loading #90 - Notifications do not work on Linux in sudo mode #94
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
Assets 9
1.2
Compare
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.
If youβve been keeping up with the latest AdGuard releases, you may have noticed that weβve been gradually adding post-quantum cryptography to our products. Now, it's AdGuard VPN CLIβs turn. Alongside essential bug fixes, v1.2 introduces this cutting-edge security enhancement, providing an extra layer of protection for your browsing.
Hereβs the deal: quantum computers are advancing at a rapid pace, and while theyβre not yet a threat, they could potentially break current encryption methods in the future. To stay ahead of this risk, weβve implemented post-quantum cryptography, ensuring that even the most advanced quantum computers wonβt stand a chance at decrypting your traffic.
To enable post-quantum cryptography, open the terminal and type the following command:
adguardvpn-cli config set-post-quantum on
Changelog
Improvements
- Added post-quantum cryptography support #88
Fixes
- Connecting through TUN mode is not working on Fedora workstation #58
- DNS query is rerouted from IPv6 to IPv4, even when DNS upstream is set to Default #55
- When running
adguardvpn-cli update
, the network canβt download the new version #62 - Whenever an error occurs,
adguardvpn-cli
exits with code 0 #85 - If DoH servers are timing out,
adguardvpn-cli
times out before background process finish loading #90 - Notifications does not work on Linux in sudo mode #94
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
Assets 9
1.2.27 nightly
Compare
Minor fixes