Izbornik
HR

Linux Beta - AdGuard VPN verzije

1.2 beta verzije
iz 24. ožujka 2025.
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
1.1 RC verzije
iz 10. listopada 2024.
This is a technical update aimed to increase the app stability and fix minor bugs.
1.1 beta verzije
iz 23. rujna 2024.
It’s been only 3 months since the official release of v1.0, but AdGuard VPN for Linux just got even better: meet the v1.1 beta. The biggest improvement is the Exclusions feature, which you may already know from other AdGuard VPN products. We also added a command that allows you to view your subscription information and made fixes that improve overall security and stability.

New feature: Exclusions

This feature drastically improves the usability of AdGuard VPN for Linux. For those who don’t know: this option lets you decide which domains’ traffic should be excluded from VPN routing. This is handy when you don’t need VPN to work for some websites, because it saves you the hassle of constantly turning VPN on and off.
Just like in AdGuard VPN for other platforms, you can use Exclusions in two modes: General (VPN is enabled for all domains except for those in the exclusion list) and Selective (VPN is enabled only for the domains in the exclusion list). Note: each mode has its own list of exclusions.

How to use

To view all exclusion-related commands, type:
adguardvpn-cli site-exclusions -h
To add a domain to the exclusion list of the current mode, type:
adguardvpn-cli site-exclusions add %domain_name%
Supported input formats: domain.com, sub.domain.com, www.domain.com. Use double quotes for wildcards: "*.domain.com"
Command example: adguardvpn-cli site-exclusions add https://www.google.com/
To remove a domain from the list of exclusions, type:
adguardvpn-cli site-exclusions remove %domain_name%
To view the current exclusion list, type:
adguardvpn-cli site-exclusions show
To remove all exclusions, type:
adguardvpn-cli site-exclusions clear
To change the exclusion mode, type:
adguardvpn-cli site-exclusions mode %mode_name% (or you can just check the current mode using adguardvpn-cli site-exclusions mode)
where %mode_name% is general or selective.
Note: the commands listed above (add, remove, show, clear) are applied to the exclusion list of the current mode. To perform a command for a specific mode, add --for-mode %mode_name% type, for example:
adguardvpn-cli site-exclusions add %domain_name% --for-mode %mode_name%

New command to view your subscription info

To check your current subscription information and status, type:
adguardvpn-cli license
You will see your email and subscription type. Paid users will also see the expiration date of their subscription.

Command-line completion

To make navigating through different and, sometimes, pretty long commands easier, we added the autocomplete feature. To enable it, see the bash-completion hint that is shown after installing or updating AdGuard VPN for Linux. To use the feature, just start typing the command you want and hit the Tab ↹ key — the command will automatically complete with a necessary word or will show a choice of completion options.

Changelog

Improvements

Add a command to view subscription info #12
Autocomplete commands by pressing the Tab key #18
Add "script" mode for routes #22
Display the directory path when entering a command config show #24
Auto-detect which routing table should be used on Linux #43

Fixes

Extracting .tar.gz archives doesn't create a subdirectory #29
Temporary loss of network connection may lead to IP leak #32
DNS leaks when connected to VPN #34
1.0.2 beta verzije
iz 3. lipnja 2024.
This Beta contains minor fixes.
1.0 RC 2 verzije
iz 30. svibnja 2024.
The app now runs more smoothly thanks to this minor update, which fixes a number of bugs.
1.0 RC verzije
iz 21. svibnja 2024.
We’re in the final stages of polishing before the official release. In this update, we’ve resolved the issues related to the SOCKS protocol. Stay tuned for updates — the big release is almost here!

Changelog

Improvements

Allow SOCKS listener at non-localhost address #15

Fixes

VPN CLI doesn't connect when SOCKS port < 1024 #14
1.0 beta 2 verzije
iz 23. travnja 2024.
We just called to say we love you that a new version of AdGuard VPN CLI v1.0 beta is now available. This time we have made two important changes. You will no longer encounter crashes on processors without AVX instructions and will be able to connect to the location by specifying not only a city, but also a country code. Not bad at all! Don’t hesitate to update.
To update, type adguardvpn-cli update on the command line. To check for updates, type adguardvpn-cli check-update.

Changelog

AdGuard VPN CLI crashes on CPU that doesn't support AVX instructions #2
1.0 beta 1 verzije
iz 11. travnja 2024.
The developers were working hard on the new product, it feels as if instead of writing code, they were carrying the Ring to Mordor. But the result is worth it. Now we are ready to present you our completely new product – AdGuard VPN CLI v1.0 beta. What is it and why is it special?

AdGuard VPN CLI for Linux

Our VPN works on all major platforms except Linux. Many users have asked us for it and we wanted to find a way to provide more users with a secure and private Internet. And here we are! AdGuard VPN CLI is our first product that is supported on Linux. So we welcome Linux users to install it and enjoy secure and fast Internet connection. See the setup instructions below.

VPN on your router

To secure all devices connected to the Internet, you can also set up AdGuard VPN CLI to work on your router.

How to set up

AdGuard VPN CLI doesn’t have a user interface, and all the settings are done through the terminal. To set it up, just open the terminal and type in the following command to start the installation process:
curl -fSsL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/beta/install.sh | sh -s -- -v
That’s it! Now you can use AdGuard VPN CLI on your computer.
As always, we appreciate your help and feedback. Contact us on GitHub to report any problems. You can also message our support team. Install AdGuard VPN CLI v1.0 beta and experience the enhanced level of privacy – the adventure awaits!