Skip to content

Commit

Permalink
automatically update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vyanovsky authored and github-actions[bot] committed Dec 3, 2024
1 parent 31cb448 commit e56a280
Show file tree
Hide file tree
Showing 72 changed files with 2,185 additions and 85 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Command-line completion
sidebar_position: 5
---

To make navigating through different and, sometimes, pretty long commands easier, you can use the command-line completion feature.

To enable it, see the bash-completion hint that is shown after installing or updating AdGuard VPN for Linux:

![bash-completion hint](https://cdn.adtidy.org/blog/new/6x3djbash-completion-hint.png)

To use the feature, just start typing the command you want and hit the Tab ↹ key — the command will automatically complete with a necessary word or will show a choice of completion options.

![bash-completion locations command](https://cdn.adtidy.org/blog/new/1g4nhVPN-CLI-autocomplete.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Exclusions
sidebar_position: 7
---

The _Exclusions_ feature lets you decide which domains’ traffic should be excluded from VPN routing. This is handy when you don’t need VPN to work for some websites, because it saves you the hassle of constantly turning VPN on and off.

Just like in AdGuard VPN for other platforms, in AdGuard VPN for Linux you can use Exclusions in two modes: General (VPN is enabled for all domains except for those in the list of exclusions) and Selective (VPN is enabled only for the domains in the list of exclusions).

:::note

Each mode has its own list of exclusions.

:::

![Exclusions](https://cdn.adtidy.org/blog/new/m6pkdVPN-CLI-exclusions.png)

### How to use

To view all exclusion-related commands, type:

```
adguardvpn-cli site-exclusions -h
```

To add a domain to the exclusion list of the current mode, type:

```
adguardvpn-cli site-exclusions add %domain_name%
```

:::tip

Supported input formats: `domain.com`, `sub.domain.com`, `www.domain.com`. To add two or more exclusions at once, list them comma-separated. Use double quotes for wildcards: `"*.domain.com"`

Command example: `adguardvpn-cli site-exclusions add https://www.google.com/`

:::

To remove a domain from the list of exclusions, type:

```
adguardvpn-cli site-exclusions remove %domain_name%
```

To view the current exclusion list, type:

```
adguardvpn-cli site-exclusions show
```

To remove all exclusions, type:

```
adguardvpn-cli site-exclusions clear
```

To change the Exclusions mode, type:

```
adguardvpn-cli site-exclusions mode %mode_name%
```

(Or you can just check the current mode using `adguardvpn-cli site-exclusions mode`)

where %mode_name% is `general` or `selective`.

:::note

The commands listed above (`add`, `remove`, `show`, `clear`) are applied to the exclusion list of the current mode. To perform a command for a specific mode, add `--for-mode %mode_name% type`, for example:

```
adguardvpn-cli site-exclusions add %domain_name% --for-mode %mode_name%
```

:::
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ Chcete-li zkontrolovat aktualizace, zadejte:
```
adguardvpn-cli check-update
```

## Check your subscription info

To check your current subscription information and status, type:

```
adguardvpn-cli license
```

You will see your email and subscription type. Paid users will also see the expiration date of their subscription.
Original file line number Diff line number Diff line change
Expand Up @@ -149,41 +149,41 @@ Po exportu protokolů toto nastavení zakažte.
Toto nastavení je zodpovědné za zobrazení systémových oznámení například při zapnutí/vypnutí AdGuard VPN nebo při čekání na opětovné připojení:

- Uživatel zapne VPN — objeví se oznámení _VPN připojena_.
- A user turns VPN off — the _VPN disconnected_ notification appears.
- 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

## Exclusions
## Výjimky

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.
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.

To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`.
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`.

Here are the main options:
Zde jsou hlavní možnosti:

1. **add** adds specified exclusions
1. **add** přidá zadané výjimky

Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions.
Příklad: `adguardvpn-cli site-exclusions add`, kde `%DOMAIN_NAME%` je webová stránka, kterou chcete přidat do výjimek.

:::note

o add many exclusions, you need to list them comma-separated.
Chcete-li přidat mnoho výjimek, musíte je zadat oddělené čárkami.

:::

2. **clear** clears the list of exclusions in the current mode
2. **clear** vymaže seznam výjimek v aktuálním režimu

Example: `adguardvpn-cli site-exclusions clear`
Příklad: `adguardvpn-cli site-exclusions clear`

3. **mode** shows the current mode and allows to switch between them
3. **mode** zobrazuje aktuální režim a umožňuje mezi nimi přepínat

Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen)
Příklad: `adguardvpn-cli site-exclusions mode selective` (tímto příkazem je zvolen selektivní režim)

4. **remove** removes one or more exclusions (if separated by commas)
4. **remove** odstraní jednu nebo více výjimek (pokud jsou odděleny čárkami)

Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions.
Příklad: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%`, kde `%DOMAIN_NAME%` je webová stránka, kterou chcete odstranit z výjimek.

5. **show** shows the current list of exclusions
5. **show** zobrazí aktuální seznam výjimek

Example: `adguardvpn-cli site-exclusions show`
Příklad: `adguardvpn-cli site-exclusions show`
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Command-line completion
sidebar_position: 5
---

To make navigating through different and, sometimes, pretty long commands easier, you can use the command-line completion feature.

To enable it, see the bash-completion hint that is shown after installing or updating AdGuard VPN for Linux:

![bash-completion hint](https://cdn.adtidy.org/blog/new/6x3djbash-completion-hint.png)

To use the feature, just start typing the command you want and hit the Tab ↹ key — the command will automatically complete with a necessary word or will show a choice of completion options.

![bash-completion locations command](https://cdn.adtidy.org/blog/new/1g4nhVPN-CLI-autocomplete.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Exclusions
sidebar_position: 7
---

The _Exclusions_ feature lets you decide which domains’ traffic should be excluded from VPN routing. This is handy when you don’t need VPN to work for some websites, because it saves you the hassle of constantly turning VPN on and off.

Just like in AdGuard VPN for other platforms, in AdGuard VPN for Linux you can use Exclusions in two modes: General (VPN is enabled for all domains except for those in the list of exclusions) and Selective (VPN is enabled only for the domains in the list of exclusions).

:::note

Each mode has its own list of exclusions.

:::

![Exclusions](https://cdn.adtidy.org/blog/new/m6pkdVPN-CLI-exclusions.png)

### How to use

To view all exclusion-related commands, type:

```
adguardvpn-cli site-exclusions -h
```

To add a domain to the exclusion list of the current mode, type:

```
adguardvpn-cli site-exclusions add %domain_name%
```

:::tip

Supported input formats: `domain.com`, `sub.domain.com`, `www.domain.com`. To add two or more exclusions at once, list them comma-separated. Use double quotes for wildcards: `"*.domain.com"`

Command example: `adguardvpn-cli site-exclusions add https://www.google.com/`

:::

To remove a domain from the list of exclusions, type:

```
adguardvpn-cli site-exclusions remove %domain_name%
```

To view the current exclusion list, type:

```
adguardvpn-cli site-exclusions show
```

To remove all exclusions, type:

```
adguardvpn-cli site-exclusions clear
```

To change the Exclusions mode, type:

```
adguardvpn-cli site-exclusions mode %mode_name%
```

(Or you can just check the current mode using `adguardvpn-cli site-exclusions mode`)

where %mode_name% is `general` or `selective`.

:::note

The commands listed above (`add`, `remove`, `show`, `clear`) are applied to the exclusion list of the current mode. To perform a command for a specific mode, add `--for-mode %mode_name% type`, for example:

```
adguardvpn-cli site-exclusions add %domain_name% --for-mode %mode_name%
```

:::
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ To check for updates, type:
```
adguardvpn-cli check-update
```

## Check your subscription info

To check your current subscription information and status, type:

```
adguardvpn-cli license
```

You will see your email and subscription type. Paid users will also see the expiration date of their subscription.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Command-line completion
sidebar_position: 5
---

To make navigating through different and, sometimes, pretty long commands easier, you can use the command-line completion feature.

To enable it, see the bash-completion hint that is shown after installing or updating AdGuard VPN for Linux:

![bash-completion hint](https://cdn.adtidy.org/blog/new/6x3djbash-completion-hint.png)

To use the feature, just start typing the command you want and hit the Tab ↹ key — the command will automatically complete with a necessary word or will show a choice of completion options.

![bash-completion locations command](https://cdn.adtidy.org/blog/new/1g4nhVPN-CLI-autocomplete.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Exclusions
sidebar_position: 7
---

The _Exclusions_ feature lets you decide which domains’ traffic should be excluded from VPN routing. This is handy when you don’t need VPN to work for some websites, because it saves you the hassle of constantly turning VPN on and off.

Just like in AdGuard VPN for other platforms, in AdGuard VPN for Linux you can use Exclusions in two modes: General (VPN is enabled for all domains except for those in the list of exclusions) and Selective (VPN is enabled only for the domains in the list of exclusions).

:::note

Each mode has its own list of exclusions.

:::

![Exclusions](https://cdn.adtidy.org/blog/new/m6pkdVPN-CLI-exclusions.png)

### How to use

To view all exclusion-related commands, type:

```
adguardvpn-cli site-exclusions -h
```

To add a domain to the exclusion list of the current mode, type:

```
adguardvpn-cli site-exclusions add %domain_name%
```

:::tip

Supported input formats: `domain.com`, `sub.domain.com`, `www.domain.com`. To add two or more exclusions at once, list them comma-separated. Use double quotes for wildcards: `"*.domain.com"`

Command example: `adguardvpn-cli site-exclusions add https://www.google.com/`

:::

To remove a domain from the list of exclusions, type:

```
adguardvpn-cli site-exclusions remove %domain_name%
```

To view the current exclusion list, type:

```
adguardvpn-cli site-exclusions show
```

To remove all exclusions, type:

```
adguardvpn-cli site-exclusions clear
```

To change the Exclusions mode, type:

```
adguardvpn-cli site-exclusions mode %mode_name%
```

(Or you can just check the current mode using `adguardvpn-cli site-exclusions mode`)

where %mode_name% is `general` or `selective`.

:::note

The commands listed above (`add`, `remove`, `show`, `clear`) are applied to the exclusion list of the current mode. To perform a command for a specific mode, add `--for-mode %mode_name% type`, for example:

```
adguardvpn-cli site-exclusions add %domain_name% --for-mode %mode_name%
```

:::
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ To check for updates, type:
```
adguardvpn-cli check-update
```

## Check your subscription info

To check your current subscription information and status, type:

```
adguardvpn-cli license
```

You will see your email and subscription type. Paid users will also see the expiration date of their subscription.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sidebar_position: 7

## Einleitung

Verschlüsselung ist der Grund, warum das Wort „privat“ im Begriff „virtuelles privates Netzwerk“ vorkommt. A VPN creates a tunnel between your device and a VPN server, that encrypts and transmits your data securely to the open Internet. Der Verschlüsselungsprozess, d. h. das Umwandeln von Daten in Kauderwelsch, das niemand lesen kann, der sie abfängt, ist für jeden VPN-Dienst unerlässlich.
Verschlüsselung ist der Grund, warum das Wort „privat“ im Begriff „virtuelles privates Netzwerk“ vorkommt. Ein VPN schafft einen Tunnel zwischen Ihrem Gerät und einem VPN-Server, der Ihre Daten verschlüsselt und sicher ins offene Internet überträgt. Der Verschlüsselungsprozess, d. h. das Umwandeln von Daten in Kauderwelsch, das niemand lesen kann, der sie abfängt, ist für jeden VPN-Dienst unerlässlich.

The AdGuard VPN protocol uses the most secure and fast encryption algorithm to date — AES-256. Erfahren Sie, was es ist und warum es so gut ist.
Das AdGuard VPN-Protokoll verwendet den bisher sichersten und schnellsten Verschlüsselungsalgorithmus — AES-256. Erfahren Sie, was es ist und warum es so gut ist.

## Ein historischer Überblick über die AES

Expand All @@ -23,6 +23,6 @@ AES ist eine Blockverschlüsselung mit einem symmetrischen Schlüssel. Als Versc

Es gibt verschiedene Schlüsselgrößen – 128, 192 und 256 Bit – und die Blöcke werden auch in Bit gemessen. Während des Verschlüsselungsprozesses ersetzt der Verschlüssler je nach Sicherheitsschlüssel jede Information durch eine andere. So erzeugt beispielsweise AES-256 in 14 Runden aus 256 Blöcken Klartext 256 Blöcke Chiffretext.

Die Runden bestehen aus mehreren Schritten: Daten in Blöcke aufteilen, Bytes ersetzen, Zeilen verschieben und Spalten neu anordnen. The result is a completely random set of characters that will only make sense when using the right encryption key.
Die Runden bestehen aus mehreren Schritten: Daten in Blöcke aufteilen, Bytes ersetzen, Zeilen verschieben und Spalten neu anordnen. Das Ergebnis ist ein völlig zufälliger Zeichensatz, der nur bei Verwendung des richtigen Verschlüsselungscodes Sinn ergibt.

AES-256 is the strongest level of encryption: to break this cipher, 2256 discrete combinations, each consisting of 78 digits, would have to be tried.
AES-256 ist die stärkste Verschlüsselungsstufe: Um diese Chiffre zu knacken, müssten 2256 diskrete Kombinationen, die jeweils aus 78 Ziffern bestehen, ausprobiert werden.
Loading

0 comments on commit e56a280

Please sign in to comment.