diff --git a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index d82c602b0d..341edcb916 100644 --- a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,7 +62,36 @@ Ve výchozím nastavení je [systémový DNS server](https://adguard-dns.io/kb/g Další informace o [DNS serverech od různých poskytovatelů](https://adguard-dns.io/kb/general/dns-providers/). -### Výjimky +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Výjimky + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + +### Exclusions Další karta obsahuje jednu z hlavních charakteristických funkcí AdGuard VPN — dva režimy se samostatnými seznamy výjimek. diff --git a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 303c52a4e0..0f245b2c0f 100644 --- a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 Nastavení AdGuard VPN pro Linux můžete spravovat z příkazového řádku. Chcete-li zobrazit aktuální konfiguraci, zadejte: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ Když je režim TUN povolen, AdGuard VPN: Chcete-li nastavit výchozí režim tunelu, zadejte: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ Když je režim SOCKS5 povolen, AdGuard VPN: Abyste zabránili únikům DNS, použijte klienta, který překládá názvy hostitelů skrze proxy (v nástrojích jako `curl` často označované jako `socks5h`). Pokud aplikace řeší názvy hostitelů lokálně, systém DNS může obejít proxy server. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com Chcete-li nastavit režim SOCKS5, zadejte: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Nahraďte `` a `` požadovaným uživatelským jménem a heslem. Chcete-li vymazat uživatelské jméno a heslo SOCKS, zadejte: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Nahraďte `` adresou svého serveru DNS. Chcete-li tento DNS server používat na úrovni systému, zadejte: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI spustí rozhraní TUN, ale nemění systémovou směrovací tabu Tuto možnost použijte, pokud chcete trasy spravovat ručně nebo pomocí nástrojů třetích stran. -Chcete-li nastavit režim směrování tunelu na hodnotu NONE (žádné směrování), zadejte: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI vytváří a udržuje minimální sadu tras potřebných pro fun - Zachování přístupu k místním sítím (běžně podsítě RFC1918) a dalším výjimkám, aby byla vaše LAN, tiskárny a routery nadále dostupné. - Reakci na opětovné připojení a změny koncových bodů opětovným použitím tras podle potřeby. -Použijte AUTO, pokud chcete konfiguraci typu “just works” s ochranou na úrovni celého systému bez nastavení pro jednotlivé aplikace. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -Chcete-li nastavit režim směrování tunelu na AUTO (automatické směrování), zadejte: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI spouští skript zadaný uživatelem, který přidává nebo odebírá trasy při změně stavu tunelu. Máte plnou kontrolu nad tím, co prochází tunelem a co zůstává přímé. -Chcete-li nastavit režim směrování tunelu na SCRIPT (vlastní směrovací skript), zadejte: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` Chcete-li vytvořit skript tras se správnými oprávněními, zadejte: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Použijte SCRIPT, pokud potřebujete jemně odstupňované rozdělené tunelování, podnikové politiky směrování nebo vlastní výjimky, které přesahují možnosti AUTO. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Příklady **Vlastní skript pro Linux:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **Vlastní skript pro macOS:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range Chcete-li nastavit protokol používaný AdGuard VPN (HTTP2, QUIC nebo automatický výběr mezi nimi), zadejte jeden z příkazů podle svého výběru: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto Pokud povolíte automatické hlášení chyb, AdGuard VPN upozorní vývojáře, pokud se něco pokazí. Chcete-li nastavení povolit, zadejte: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Nahraďte `` za `release`, `beta` nebo `nightly` v závislosti na vaši AdGuard VPN vám může po provedení příkazů zobrazit nápovědy — například co dělat dál nebo jak opravit chybu. Toto nastavení je ve výchozím nastavení povoleno, ale můžete jej zakázat zadáním: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ Chcete-li to znovu povolit, nahraďte `off` za `on`. Chcete-li nahlásit chybu, budete možná muset sdílet protokoly ladění s vývojáři nebo týmem podpory. Chcete-li to povolit, zadejte: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,38 +270,40 @@ Toto nastavení je zodpovědné za zobrazení systémových oznámení napříkl - Uživatel vypne VPN — objeví se oznámení _VPN odpojena_. - Uživatel čeká na obnovení připojení VPN — objeví se oznámení _Čekání na připojení_. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` -## Výjimky +## Exclusions -Existují dva režimy. V _Obecném_ režimu nejsou webové stránky ze seznamu výjimek směrovány skrze VPN. V _Selektivním_ režimu jsou skrze VPN směrovány pouze webové stránky ze seznamu výjimek. Pro každý režim existuje samostatný seznam výjimek. +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. -Chcete-li si přečíst, co všechno můžete dělat s výjimkami, napište to do rozhraní příkazového řádku: `adguardvpn-cli site-exclusions -h`. +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. -Zde jsou hlavní možnosti: +Here are the main options: -1. **add** přidá zadané výjimky +1. **add** adds specified exclusions - Příklad: `adguardvpn-cli site-exclusions add`, kde `%DOMAIN_NAME%` je webová stránka, kterou chcete přidat do výjimek. + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. :::note - Chcete-li přidat mnoho výjimek, musíte je zadat oddělené mezerami. + To add many exclusions, you need to list them separated by spaces. ::: -2. **clear** vymaže seznam výjimek v aktuálním režimu +2. **clear** clears the list of exclusions in the current mode - Příklad: `adguardvpn-cli site-exclusions clear` + Example: `adguardvpn-cli site-exclusions clear` -3. **mode** zobrazuje aktuální režim a umožňuje mezi nimi přepínat +3. **mode** shows the current mode and allows to switch between them - Příklad: `adguardvpn-cli site-exclusions mode selective` (tímto příkazem je zvolen selektivní režim) + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) -4. **remove** odstraní jednu nebo více výjimek (pokud jsou odděleny čárkami) +4. **remove** removes one or more exclusions (if separated by commas) - Příklad: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%`, kde `%DOMAIN_NAME%` je webová stránka, kterou chcete odstranit z výjimek. + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. -5. **show** zobrazí aktuální seznam výjimek +5. **show** shows the current list of exclusions - Příklad: `adguardvpn-cli site-exclusions show` + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 061de821a2..1f0c4a1e49 100644 --- a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN pro macOS je nainstalována! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Instalace ve starších verzích macOS Od verze 2.6, AdGuard VPN pro Mac již nepodporuje verze macOS starší než Big Sur. Pokud však používáte macOS 10.15 Catalina, můžete stále stáhnout [ a nainstalovat starší, kompatibilní verzi](https://agrd.io/adguard_vpn_for_macoscatalina) aplikace. diff --git a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index c9f6df6a46..70561074c5 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,7 +62,36 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Mehr über [DNS-Server verschiedener Anbieter](https://adguard-dns.io/kb/general/dns-providers/). -### Ausschlüsse +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Ausschlüsse + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + +### Exclusions Der nächste Tab enthält eines der Hauptmerkmale von AdGuard VPN — zwei Modi mit separaten Ausschlusslisten. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index dce60e4007..cb25ec083e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. Um die aktuelle Konfiguration anzuzeigen, geben Sie Folgendes ein: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com Um den SOCKS5-Modus einzustellen, geben Sie Folgendes ein: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -Um den Tunnel-Routing-Modus auf NONE (kein Routing) zu setzen, geben Sie ein: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -Um den Tunnel-Routing-Modus auf AUTO (automatisches Routing) zu setzen, geben Sie ein: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 92c0196441..8cf2d376ad 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN für Mac ist installiert! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index 6138f4f3f2..fa1952f8bf 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 02983ba5b1..06b529aef1 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index 35527a796f..ba8b1ed4ac 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index c60a9065a0..0ce7d4ad52 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index c0419ae078..a4d5e857f8 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 311226a041..b573713793 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index 7826cf4e7a..e00e6e1401 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 553b2a66f9..83b47f5ffd 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index a1978a625a..07870666d6 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 47b7218c84..88fc81de67 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index 8d9acc85c9..79895c8ae6 100644 --- a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 93df4a43a2..d58a57fb3c 100644 --- a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index c7ed01e8bc..ef54ee2065 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,7 +62,36 @@ sidebar_position: 1 Узнайте больше о [DNS-серверах от различных провайдеров](https://adguard-dns.io/kb/general/dns-providers/). -### Исключения +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Исключения + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + +### Exclusions Следующая вкладка содержит одну из главных отличительных особенностей AdGuard VPN — два режима с отдельными списками исключений. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index aa7f1c2e44..29b3047fee 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 Вы можете управлять настройками AdGuard VPN для Linux из командной строки. Чтобы просмотреть текущую конфигурацию, введите: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ adguardvpn-cli config show Чтобы установить туннельный режим по умолчанию, введите: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ adguardvpn-cli config set-mode TUN Чтобы предотвратить DNS-утечки, используйте клиент, который обрабатывает имена хостов через прокси (часто обозначается как `socks5h` в таких инструментах, как `curl`). Если приложение обрабатывает имена хостов локально, системный DNS может обходить прокси. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com Чтобы установить режим SOCKS5, введите: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Замените `` и `` на желаемые имя пользователя и пароль. Чтобы очистить имя пользователя и пароль SOCKS, введите: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Замените `` на адрес вашего DNS-сервера. Чтобы использовать этот DNS-сервер на системном уровне, введите: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI открывает интерфейс TUN, но не измен Используйте эту опцию, если хотите управлять маршрутами вручную или с помощью сторонних инструментов. -Чтобы установить режим NONE (без маршрутизации), введите: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI создаёт и поддерживает минимальны - Сохранение доступа к локальным сетям (обычно подсетям RFC1918) и другим исключениям, чтобы ваша локальная сеть, принтеры и роутеры оставались доступными. - Реагирование на переподключения и изменения конечных точек путём повторного применения маршрутов по мере необходимости. -Используйте режим AUTO, если вам нужна конфигурация, которая «просто работает», с защитой всей системы и без необходимости настройки для каждого приложения. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -Чтобы установить режим AUTO (автоматическая маршрутизация), введите: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI выполняет пользовательский скрипт, который добавляет или удаляет маршруты при изменении состояния туннеля. Вы полностью контролируете, что проходит через туннель, а что нет. -Чтобы установить режим SCRIPT (пользовательский скрипт маршрутизации), введите: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` Чтобы создать скрипт для маршрутизации с соответствующими разрешениями, введите: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Используйте SCRIPT, если вам нужно тонкое раздельное туннелирование, корпоративные политики маршрутизации или пользовательские исключения, выходящие за рамки того, что предоставляет AUTO. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Примеры **Пользовательский скрипт для Linux:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **Пользовательский скрипт для macOS:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range Чтобы установить протокол, используемый AdGuard VPN (HTTP2, QUIC или автоматический выбор между ними), введите одну из команд: -``` +```shell adguardvpn-cli config set-use-quic on ``` @@ -224,7 +224,7 @@ adguardvpn-cli config set-use-quic on Если вы включите автоматические отчёты о сбоях, AdGuard VPN уведомит разработчиков, если что-то пойдёт не так. Чтобы включить настройку, введите: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -244,7 +244,7 @@ adguardvpn-cli config set-update-channel AdGuard VPN может показывать вам подсказки после выполнения команд — например, что делать дальше или как исправить ошибку. Этот параметр включён по умолчанию, но вы можете отключить его, введя: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -254,7 +254,7 @@ adguardvpn-cli config set-show-hints off Чтобы сообщить об ошибке, вам может потребоваться поделиться отладочными логами с разработчиками или командой поддержки. Чтобы включить отладочные логи, введите: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -268,38 +268,40 @@ adguardvpn-cli config set-debug-logging on - Пользователь отключает VPN — появляется уведомление _VPN отключён_. - Пользователь ждёт, когда VPN-соединение будет восстановлено — появляется уведомление _Ожидание соединения_. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` -## Исключения +## Exclusions -Есть два режима. В _Общем_ режиме сайты из списка исключений не маршрутизируются через VPN. В _Выборочном_ режиме только сайты из списка исключений маршрутизируются через VPN. Для каждого режима существует отдельный список исключений. +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. -Чтобы узнать, что можно сделать с исключениями, напишите в интерфейсе командной строки: `adguardvpn-cli site-exclusions -h`. +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. -Вот основные варианты: +Here are the main options: -1. **add** добавляет указанные исключения +1. **add** adds specified exclusions - Пример: `adguardvpn-cli site-exclusions add`, где `%DOMAIN_NAME%` — это сайт, который вы хотите добавить в исключения. + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. :::note - Чтобы добавить много исключений, перечислите их через пробелы. + To add many exclusions, you need to list them separated by spaces. ::: -2. **clear** очищает список исключений в текущем режиме +2. **clear** clears the list of exclusions in the current mode - Пример: `adguardvpn-cli site-exclusions clear` + Example: `adguardvpn-cli site-exclusions clear` -3. **mode** показывает текущий режим и позволяет переключаться между ними +3. **mode** shows the current mode and allows to switch between them - Пример: `adguardvpn-cli site-exclusions mode selective` (с помощью этой команды включается Выборочный режим) + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) -4. **remove** удаляет одно или несколько исключений (если они разделены запятыми) +4. **remove** removes one or more exclusions (if separated by commas) - Пример: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%`, где `%DOMAIN_NAME%` — это сайт, который вы хотите добавить в исключения. + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. -5. **show** показывает текущий список исключений +5. **show** shows the current list of exclusions - Пример: `adguardvpn-cli site-exclusions show` + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index de348a09fb..acb003206a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN для Mac установлен! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Установка на старые версии macOS Начиная с версии 2.6, AdGuard VPN для Mac больше не поддерживает версии macOS старше Big Sur. Однако, если вы используете macOS 10.15 Catalina, вы всё равно можете [скачать и установить более старую, совместимую версию](https://agrd.io/adguard_vpn_for_macoscatalina) приложения. diff --git a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index ccad675e4b..1a77804109 100644 --- a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,7 +62,36 @@ Varsayılan olarak, İSS'niz tarafından sağlanan [sistem DNS sunucusu](https:/ Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). -### İstisnalar +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- İstisnalar + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + +### Exclusions Bir sonraki sekme, AdGuard VPN'in ana ayırt edici özelliklerinden birini içerir — ayrı istisna listelerine sahip iki mod. diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index ad3a0375f7..49823f6f4a 100644 --- a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 Linux için AdGuard VPN ayarlarını komut satırından yönetebilirsiniz. Mevcut yapılandırmayı görüntülemek için şunu yazın: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ TUN modu etkinleştirildiğinde, AdGuard VPN: Varsayılan tünel modunu ayarlamak için şunu yazın: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ SOCKS5 modu etkinleştirildiğinde, AdGuard VPN: DNS sızıntılarını önlemek için, ana makine adlarını proxy aracılığıyla çözümleyen bir istemci kullanın (`curl` gibi araçlarda genellikle `socks5h` olarak belirtilir). Bir uygulama ana makine adlarını yerel olarak çözüyorsa, sistem DNS'i proxy'yi atlayabilir. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com SOCKS5 modunu ayarlamak için şunu yazın: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password `` ve `` ifadelerini istediğiniz kullanıcı adı ve parolayla değiştirin. SOCKS kullanıcı adı ve parolasını temizlemek için şunu yazın: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns `` kısmını DNS sunucunuzun adresiyle değiştirin. Bu DNS sunucusunu sistem düzeyinde kullanmak için şunu yazın: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -Tünel yönlendirme modunu NONE (yönlendirme yok) olarak ayarlamak için şunu yazın: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -Tünel yönlendirme modunu AUTO (otomatik yönlendirme) olarak ayarlamak için şunu yazın: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -Tünel yönlendirme modunu SCRIPT (özel yönlendirme betiği) olarak ayarlamak için şunu yazın: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` Uygun izinlere sahip bir yönlendirme betiği oluşturmak için şunu yazın: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Örnekler **Linux özel betiği:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS özel betiği:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 4a8f2550ed..4149f18314 100644 --- a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 Mac için AdGuard VPN kuruldu! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS 2.6 sürümünden itibaren Mac için AdGuard VPN, Big Sur'dan daha eski macOS sürümlerini artık desteklemiyor. Ancak macOS 10.15 Catalina kullanıyorsanız, uygulamanın daha eski ve uyumlu bir sürümünü yine de [indirip kurabilirsiniz](https://agrd.io/adguard_vpn_for_macoscatalina). diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/general/how-vpn-works.md b/i18n/tr/docusaurus-plugin-content-docs/current/general/how-vpn-works.md index c9187dd322..c5d464355f 100644 --- a/i18n/tr/docusaurus-plugin-content-docs/current/general/how-vpn-works.md +++ b/i18n/tr/docusaurus-plugin-content-docs/current/general/how-vpn-works.md @@ -33,7 +33,7 @@ VPN, cihazınızla VPN sunucusu arasında bir tünel oluşturur. Verileriniz bu VPN güvenlik protokolleri, bir VPN tünelindeki verileri şifreleyen ve açık internette kullanıcı gizliliğini korumanıza olanak tanıyan araçlardır. Şu anda modern VPN hizmetlerinin büyük çoğunluğu aşağıdaki üç VPN protokolünden birini kullanıyor: -1. [_IPSec_](https://en.wikipedia.org/wiki/IPsec). Başlıca avantajlarından biri, çoğu cihazda ve işletim sisteminde bulunması ve yüksek düzeyde güvenlik sağlamasıdır. Ancak, bu protokolde çift [kapsülleme](https://en.wikipedia.org/wiki/Encapsulation_\(networking\)) kullanılması daha düşük bir bağlantı hızına neden olabilir. +1. [_IPSec_](https://en.wikipedia.org/wiki/IPsec). Başlıca avantajlarından biri, çoğu cihazda ve işletim sisteminde bulunması ve yüksek düzeyde güvenlik sağlamasıdır. Ancak, bu protokolde çift [kapsülleme](https://en.wikipedia.org/wiki/Encapsulation_(networking)) kullanılması daha düşük bir bağlantı hızına neden olabilir. 2. [_OpenVPN_](https://en.wikipedia.org/wiki/OpenVPN). Bu modern protokol açık kaynaklıdır, bu nedenle üçüncü taraf üreticiler teknolojiyi iyileştirebilir ve güncelleyebilir. diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/general/how-vpn-works.md b/i18n/vi/docusaurus-plugin-content-docs/current/general/how-vpn-works.md index 21fc54b149..ba6e8f7100 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/general/how-vpn-works.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/general/how-vpn-works.md @@ -33,7 +33,7 @@ A VPN creates a tunnel between your device and the VPN server. Your data goes th VPN security protocols are tools that encrypt data in a VPN tunnel and allow you to maintain user privacy in the open Internet. At the moment, the vast majority of modern VPN services use one of the following three VPN protocols: -1. [_IPSec_](https://en.wikipedia.org/wiki/IPsec). One of its main advantages is that it is available on most devices and operating systems and provides a high level of security. However, the use of double [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_\(networking\)) in this protocol may result in a lower connection speed. +1. [_IPSec_](https://en.wikipedia.org/wiki/IPsec). One of its main advantages is that it is available on most devices and operating systems and provides a high level of security. However, the use of double [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(networking)) in this protocol may result in a lower connection speed. 2. [_OpenVPN_](https://en.wikipedia.org/wiki/OpenVPN). This modern protocol is open source, so third-party manufacturers can improve and update the technology. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index ed68dacc20..0f3e954124 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 0b86a1a571..2150ca61d2 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app. diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md index da53403d59..78053d52bc 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-browser-extension/overview.md @@ -62,6 +62,35 @@ By default, the [system DNS server](https://adguard-dns.io/kb/general/dns-filter Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/general/dns-providers/). +### Profile + +Profiles let you save VPN settings for different tasks and switch between them quickly. For example, you can create one profile for work, another for streaming, and another for public Wi-Fi. + +To create or manage profiles, click the AdGuard VPN icon on your browser’s panel → three-line menu in the upper-right corner (☰) → *Profiles*. + +![Profile main screen](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/profiles_en.png) + +You can create up to 10 profiles. Each profile can have its own name and settings: + +- Server location +- WebRTC +- DNS server +- Exclusions + +![Profile settings](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/settings_en.png) + +Once profiles are set up, you can switch between them directly from the extension popup. + +![Extension popup](https://cdn.adtidy.org/content/release_notes/vpn/browser_extension/2.10/popup_en.png) + +:::note + +The location saved in a profile will stay the same until you change it in that profile’s settings. You can still choose another location from the extension popup, but this change is temporary. If you switch profiles or reopen the browser, AdGuard VPN will use the saved location from the selected profile. + +Other settings work differently. If you change *WebRTC*, *DNS server*, or *Exclusions* while a profile is active, AdGuard VPN will save these changes to that profile. + +::: + ### Exclusions The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists. diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index a252cbdb2a..ded50e24b3 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -5,7 +5,7 @@ sidebar_position: 4 You can manage AdGuard VPN for Linux settings from the command line. To view the current configuration, type: -``` +```shell adguardvpn-cli config show ``` @@ -30,7 +30,7 @@ When TUN mode is enabled, AdGuard VPN: To set the default tunnel mode, type: -``` +```shell adguardvpn-cli config set-mode TUN ``` @@ -46,7 +46,7 @@ When SOCKS5 mode is enabled, AdGuard VPN: To prevent DNS leaks, use a client that resolves hostnames via the proxy (often denoted as `socks5h` in tools like `curl`). If an app resolves hostnames locally, system DNS may bypass the proxy. -``` +```shell curl -x socks5://127.0.0.1:1080 https://example.com curl -x socks5h://127.0.0.1:1080 https://example.com ``` @@ -55,7 +55,7 @@ curl -x socks5h://127.0.0.1:1080 https://example.com To set the SOCKS5 mode, type: -``` +```shell adguardvpn-cli config set-mode SOCKS ``` @@ -82,7 +82,7 @@ adguardvpn-cli config set-socks-password Replace `` and `` with your desired username and password. To clear the SOCKS username and password, type: -``` +```shell adguardvpn-cli config clear-socks-auth ``` @@ -104,7 +104,7 @@ adguardvpn-cli config set-dns Replace `` with the address of your DNS server. To use this DNS server at the system level, type: -``` +```shell adguardvpn-cli config set-change-system-dns on ``` @@ -126,9 +126,9 @@ AdGuard VPN CLI brings up the TUN interface but does not modify the system routi Use this option if you want to manage routes yourself manually or with third-party tools. -To set the tunnel routing mode to NONE (no routing), type: +To set the tunnel routing mode to `NONE` (no routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode NONE ``` @@ -140,11 +140,11 @@ AdGuard VPN CLI creates and maintains the minimal set of routes required for the - Preserving access to local networks (commonly RFC1918 subnets) and other exclusions, so that your LAN, printers, and routers remain reachable. - Reacting to reconnects and endpoint changes by reapplying routes as needed. -Use AUTO if you want a “just works” configuration with system-wide protection and no per-app setup. +Use `AUTO` if you want a “just works” configuration with system-wide protection and no per-app setup. -To set the tunnel routing mode to AUTO (automatic routing), type: +To set the tunnel routing mode to `AUTO` (automatic routing), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode AUTO ``` @@ -152,25 +152,25 @@ adguardvpn-cli config set-tun-routing-mode AUTO AdGuard VPN CLI executes a user-supplied script that adds or removes routes when the tunnel state changes. You have full control over what goes through the tunnel and what stays direct. -To set the tunnel routing mode to SCRIPT (custom routing script), type: +To set the tunnel routing mode to `SCRIPT` (custom routing script), type: -``` +```shell adguardvpn-cli config set-tun-routing-mode SCRIPT ``` To create a routes script with proper permissions, type: -``` -adguardvpn-cli config create-routes-script +```shell +adguardvpn-cli config create-route-script ``` -Use SCRIPT if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what AUTO provides. +Use `SCRIPT` if you need fine-grained split tunneling, enterprise routing policies, or custom exceptions beyond what `AUTO` provides. #### Examples **Linux custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -189,7 +189,7 @@ ip route add 172.16.0.0/12 dev "$INTERFACE" # Another private range **macOS custom script:** -``` +```shell #!/bin/sh INTERFACE="$1" @@ -216,7 +216,7 @@ route add 172.16.0.0/12 -iface "$INTERFACE" # Another private range To set the protocol used by AdGuard VPN (HTTP2, QUIC, or automatic choice between them), type one of the commands, depending on your choice: -``` +```shell adguardvpn-cli config set-protocol http2 adguardvpn-cli config set-protocol quic adguardvpn-cli config set-protocol auto @@ -226,7 +226,7 @@ adguardvpn-cli config set-protocol auto If you enable automatic crash reports, AdGuard VPN will notify the developers if something goes wrong. To enable the setting, type: -``` +```shell adguardvpn-cli config send-reports on ``` @@ -246,7 +246,7 @@ Replace `` with `release`, `beta`, or `nightly`, depending on your pref AdGuard VPN can show you hints after executing commands — for example, what to do next or how to fix an error. This setting is enabled by default but you can disable it by typing: -``` +```shell adguardvpn-cli config set-show-hints off ``` @@ -256,7 +256,7 @@ To re-enable it, replace `off` with `on`. To report a bug, you may need to share debug logs with the developers or support team. To enable debug logging, type: -``` +```shell adguardvpn-cli config set-debug-logging on ``` @@ -270,7 +270,9 @@ The setting is responsible for the appearance of system notifications when AdGua - A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. - adguardvpn-cli config set-show-notifications on +```shell +adguardvpn-cli config set-show-notifications on +``` ## Exclusions diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md index 680287a694..dd68b5ecf7 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-mac/installation.md @@ -26,6 +26,17 @@ sidebar_position: 2 AdGuard VPN for Mac is installed! +## How to install AdGuard VPN for Mac from the Mac App Store + +1. Open the Mac App Store and search for AdGuard VPN for Mac. +1. Click *Get* → *Install*. + +:::note + +There are some differences between the Mac App Store version and the standalone version of AdGuard VPN for Mac. [Learn more](https://adguard-vpn.com/kb/adguard-vpn-for-mac/versions/). + +::: + ### Installation on older versions of macOS Since version 2.6, AdGuard VPN for Mac no longer supports macOS versions older than Big Sur. However, if you’re using macOS 10.15 Catalina, you can still [download and install an older, compatible version](https://agrd.io/adguard_vpn_for_macoscatalina) of the app.