Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,46 @@ adguard-cli import-settings -i "/path/to/settings.zip"
```

The `-i` or `--input` flag is required and specifies the path to the settings archive to import.

## AdGuard Browser Assistant

AdGuard Browser Assistant allows you to manage AdGuard protection directly from your browser.

![The Assistant window \*mobile](https://cdn.adtidy.org/content/kb/ad_blocker/mac/assistant_window.png)

### How it works

AdGuard Browser Assistant is a browser extension. It allows you to quickly manage AdGuard for Linux:

- Enable or disable protection for a specific website (the toggle under the website name)
- Pause protection for 30 seconds
- Disable protection (the pause icon in the upper right corner)
- Manually block an ad
- Report incorrect blocking
- Manage HTTPS filtering (the lock icon next to the website name)

### How to install

To install Native Messaging manifests for browser integration, use:

```sh
adguard-cli install-browser-integration
```

To uninstall the manifests, use:

```sh
adguard-cli install-browser-integration --uninstall
```

**Install AdGuard Browser Assistant extension**:

1. Open the [Assistant page](https://adguard.com/adguard-assistant/overview.html).
2. Under your browser name, select _Install_.
3. Install Assistant from your browser’s extension store.

:::info Compatibility

Support for AdGuard Browser Assistant is available starting from AdGuard for Linux v1.4.

:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that

AdGuard for Windows is an easy-to-use tool that blocks annoying banners, popups, video ads, and trackers. But that’s not all: it helps you save traffic, load web pages faster, and protect your computer from undesirable and potentially malicious websites. AdGuard also protects you from phishing websites and keeps your kids away from inappropriate content.

## System requirements

- **OS version:** Microsoft Windows 10 or higher
- **RAM:** at least 6 GB
- **Processor:** 2-core, 2.0 GHz (or faster)
- **Free disk space:** at least 4 GB.

---

![Home screen](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/main_screen.png)

On the Home screen, you’ll find a toggle to enable or disable AdGuard protection, as well as icons for _Ad blocking_, _Tracking protection_, _DNS protection_, and _Annoyance blocking_. Main settings can be accessed through the left-side menu.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,17 @@ This option should be enabled **only for debugging purposes**. Ticking the check

Adds extra space between the HTTP method and the URL and removes space after the "Host:" field to avoid deep packet inspection. For instance, the request

`GET /foo/bar/ HTTP/1.1
Host: example.org`
```text
GET /foo/bar/ HTTP/1.1
Host: example.org
```

will be converted to

`GET /foo/bar/ HTTP/1.1
Host:example.org`
```text
GET /foo/bar/ HTTP/1.1
Host:example.org
```

This option is only applied when the *Protect from DPI* Stealth mode option is enabled.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5026,9 +5026,9 @@ Used to specify the platforms to apply the rules. List of existing platforms and

- `cli` — AdGuard for Linux — [https://filters.adtidy.org/cli/filters/2.txt](https://filters.adtidy.org/cli/filters/2.txt)

- `android` — AdGuard for Android — [https://filters.adtidy.org/android/filters/2.txt](https://filters.adtidy.org/android/filters/2.txt)
- `android` — AdGuard for Android — [https://filters.adtidy.org/android/filters/2_optimized.txt](https://filters.adtidy.org/android/filters/2_optimized.txt)

- `ios` — AdGuard for iOS — [https://filters.adtidy.org/ios/filters/2.txt](https://filters.adtidy.org/ios/filters/2.txt)
- `ios` — AdGuard for iOS — [https://filters.adtidy.org/ios/filters/2_optimized.txt](https://filters.adtidy.org/ios/filters/2_optimized.txt)

- `ext_chromium` — AdGuard Browser Extension for Chrome — [https://filters.adtidy.org/extension/chromium/filters/2.txt](https://filters.adtidy.org/extension/chromium/filters/2.txt)

Expand All @@ -5040,9 +5040,9 @@ Used to specify the platforms to apply the rules. List of existing platforms and

- `ext_opera` — AdGuard Browser Extension for Opera — [https://filters.adtidy.org/extension/opera/filters/2.txt](https://filters.adtidy.org/extension/opera/filters/2.txt)

- `ext_safari` — AdGuard for Safari — [https://filters.adtidy.org/extension/safari/filters/2.txt](https://filters.adtidy.org/extension/safari/filters/2.txt)
- `ext_safari` — AdGuard for Safari — [https://filters.adtidy.org/extension/safari/filters/2_optimized.txt](https://filters.adtidy.org/extension/safari/filters/2_optimized.txt)

- `ext_android_cb` — AdGuard Content Blocker — [https://filters.adtidy.org/extension/android-content-blocker/filters/2.txt](https://filters.adtidy.org/extension/android-content-blocker/filters/2.txt)
- `ext_android_cb` — AdGuard Content Blocker — [https://filters.adtidy.org/extension/android-content-blocker/filters/2_optimized.txt](https://filters.adtidy.org/extension/android-content-blocker/filters/2_optimized.txt)

- `ext_ublock` — uBlock Origin — [https://filters.adtidy.org/extension/ublock/filters/2.txt](https://filters.adtidy.org/extension/ublock/filters/2.txt)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,46 @@ adguard-cli import-settings -i "/path/to/settings.zip"
```

The `-i` or `--input` flag is required and specifies the path to the settings archive to import.

## AdGuard Browser Assistant

AdGuard Browser Assistant allows you to manage AdGuard protection directly from your browser.

![The Assistant window \*mobile](https://cdn.adtidy.org/content/kb/ad_blocker/mac/assistant_window.png)

### How it works

AdGuard Browser Assistant is a browser extension. It allows you to quickly manage AdGuard for Linux:

- Enable or disable protection for a specific website (the toggle under the website name)
- Pause protection for 30 seconds
- Disable protection (the pause icon in the upper right corner)
- Manually block an ad
- Report incorrect blocking
- Manage HTTPS filtering (the lock icon next to the website name)

### How to install

To install Native Messaging manifests for browser integration, use:

```sh
adguard-cli install-browser-integration
```

To uninstall the manifests, use:

```sh
adguard-cli install-browser-integration --uninstall
```

**Install AdGuard Browser Assistant extension**:

1. Open the [Assistant page](https://adguard.com/adguard-assistant/overview.html).
2. Under your browser name, select _Install_.
3. Install Assistant from your browser’s extension store.

:::info Compatibility

Support for AdGuard Browser Assistant is available starting from AdGuard for Linux v1.4.

:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that

AdGuard for Windows is an easy-to-use tool that blocks annoying banners, popups, video ads, and trackers. But that’s not all: it helps you save traffic, load web pages faster, and protect your computer from undesirable and potentially malicious websites. AdGuard also protects you from phishing websites and keeps your kids away from inappropriate content.

## System requirements

- **OS version:** Microsoft Windows 10 or higher
- **RAM:** at least 6 GB
- **Processor:** 2-core, 2.0 GHz (or faster)
- **Free disk space:** at least 4 GB.

---

![Home screen](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/main_screen.png)

On the Home screen, you’ll find a toggle to enable or disable AdGuard protection, as well as icons for _Ad blocking_, _Tracking protection_, _DNS protection_, and _Annoyance blocking_. Main settings can be accessed through the left-side menu.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,17 @@ This option should be enabled **only for debugging purposes**. Ticking the check

Adds extra space between the HTTP method and the URL and removes space after the "Host:" field to avoid deep packet inspection. For instance, the request

`GET /foo/bar/ HTTP/1.1
Host: example.org`
```text
GET /foo/bar/ HTTP/1.1
Host: example.org
```

will be converted to

`GET /foo/bar/ HTTP/1.1
Host:example.org`
```text
GET /foo/bar/ HTTP/1.1
Host:example.org
```

This option is only applied when the *Protect from DPI* Stealth mode option is enabled.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5026,9 +5026,9 @@ Used to specify the platforms to apply the rules. List of existing platforms and

- `cli` — AdGuard for Linux — [https://filters.adtidy.org/cli/filters/2.txt](https://filters.adtidy.org/cli/filters/2.txt)

- `android` — AdGuard for Android — [https://filters.adtidy.org/android/filters/2.txt](https://filters.adtidy.org/android/filters/2.txt)
- `android` — AdGuard for Android — [https://filters.adtidy.org/android/filters/2_optimized.txt](https://filters.adtidy.org/android/filters/2_optimized.txt)

- `ios` — AdGuard for iOS — [https://filters.adtidy.org/ios/filters/2.txt](https://filters.adtidy.org/ios/filters/2.txt)
- `ios` — AdGuard for iOS — [https://filters.adtidy.org/ios/filters/2_optimized.txt](https://filters.adtidy.org/ios/filters/2_optimized.txt)

- `ext_chromium` — AdGuard Browser Extension for Chrome — [https://filters.adtidy.org/extension/chromium/filters/2.txt](https://filters.adtidy.org/extension/chromium/filters/2.txt)

Expand All @@ -5040,9 +5040,9 @@ Used to specify the platforms to apply the rules. List of existing platforms and

- `ext_opera` — AdGuard Browser Extension for Opera — [https://filters.adtidy.org/extension/opera/filters/2.txt](https://filters.adtidy.org/extension/opera/filters/2.txt)

- `ext_safari` — AdGuard for Safari — [https://filters.adtidy.org/extension/safari/filters/2.txt](https://filters.adtidy.org/extension/safari/filters/2.txt)
- `ext_safari` — AdGuard for Safari — [https://filters.adtidy.org/extension/safari/filters/2_optimized.txt](https://filters.adtidy.org/extension/safari/filters/2_optimized.txt)

- `ext_android_cb` — AdGuard Content Blocker — [https://filters.adtidy.org/extension/android-content-blocker/filters/2.txt](https://filters.adtidy.org/extension/android-content-blocker/filters/2.txt)
- `ext_android_cb` — AdGuard Content Blocker — [https://filters.adtidy.org/extension/android-content-blocker/filters/2_optimized.txt](https://filters.adtidy.org/extension/android-content-blocker/filters/2_optimized.txt)

- `ext_ublock` — uBlock Origin — [https://filters.adtidy.org/extension/ublock/filters/2.txt](https://filters.adtidy.org/extension/ublock/filters/2.txt)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,46 @@ adguard-cli import-settings -i "/path/to/settings.zip"
```

Příznak `-i` nebo `--input` je povinný a určuje cestu k archivu nastavení, který se má importovat.

## AdGuard Asistent prohlížeče

Asistent prohlížeče AdGuard vám umožňuje spravovat ochranu AdGuardem přímo ve vašem prohlížeči.

![The Assistant window \*mobile](https://cdn.adtidy.org/content/kb/ad_blocker/mac/assistant_window.png)

### Jak to funguje

Asistent prohlížeče AdGuard je rozšíření prohlížeče. It allows you to quickly manage AdGuard for Linux:

- Enable or disable protection for a specific website (the toggle under the website name)
- Pozastavení ochrany po dobu 30 sekund
- Vypnutí ochrany (ikona pozastavení v pravém horním rohu)
- Ruční blokování reklam
- Nahlášení nekorektního blokování
- Manage HTTPS filtering (the lock icon next to the website name)

### Jak nainstalovat

To install Native Messaging manifests for browser integration, use:

```sh
adguard-cli install-browser-integration
```

To uninstall the manifests, use:

```sh
adguard-cli install-browser-integration --uninstall
```

**Install AdGuard Browser Assistant extension**:

1. Otevřete [stránku Asistenta](https://adguard.com/adguard-assistant/overview.html).
2. Pod názvem prohlížeče vyberte _Instalovat_.
3. Nainstalujte Asistenta z obchodu s rozšířeními vašeho prohlížeče.

:::info Kompatibilita

Support for AdGuard Browser Assistant is available starting from AdGuard for Linux v1.4.

:::
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ Zabezpečuje připojení DNS proxy pomocí hybridní postkvantové výměny klí

#### `stealth.antidpi.http.split.fragment.size`

Upraví velikost fragmentace požadavků HTTP. Platné hodnoty: 1–1500. Pokud je zadána neplatná velikost, systém použije výchozí hodnotu.
Upraví velikost fragmentace požadavků HTTP. Valid values: 1–1500. Pokud je zadána neplatná velikost, systém použije výchozí hodnotu.

#### `stealth.antidpi.clienthello.split.fragment.size`

Tato možnost určuje velikost fragmentace TCP paketů, což pomáhá vyhnout se hluboké kontrole paketů. Platné hodnoty: 1–1500. Pokud je zadána neplatná velikost, systém použije výchozí hodnotu.
Tato možnost určuje velikost fragmentace TCP paketů, což pomáhá vyhnout se hluboké kontrole paketů. Valid values: 1–1500. Pokud je zadána neplatná velikost, systém použije výchozí hodnotu.

#### `stealth.antidpi.http.space.juggling`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Tento článek popisuje AdGuard pro Windows v8.0, multifunkční blokátor rekla

AdGuard pro Windows je snadno použitelný nástroj, který blokuje otravné bannery, vyskakovací okna, videoreklamy a slídiče. To ale není vše: pomáhá šetřit data, rychleji načítat webové stránky a chránit počítač před nežádoucím a potenciálně škodlivými weby. AdGuard vás také chrání před krádeží identity a chrání vaše děti před nevhodným obsahem.

## Požadavky na systém

- **OS version:** Microsoft Windows 10 or higher
- **RAM:** at least 6 GB
- **Processor:** 2-core, 2.0 GHz (or faster)
- **Free disk space:** at least 4 GB.

---

![Home screen](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/main_screen.png)

Na domovské obrazovce najdete přepínač pro zapnutí nebo vypnutí AdGuard ochrany, stejně jako ikony pro _Blokování reklam_, _Ochranu před sledováním_, _Ochranu DNS_ a _Blokování obtěžování_. Hlavní nastavení je přístupné přes menu na levé straně.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Určete, jak dlouho (v milisekundách) má AdGuard čekat na odpověď DNS, než

## Vlastní adresy bootstrap

Bootstrap je zprostředkující DNS server používaný k získání IP adresy zabezpečeného DNS serveru, který jste vybrali dříve v menu DNS ochrana. Taková "střední cesta" je nutná při použití protokolů, které označují adresu serveru písmeny (například DNS-over-TLS). V tomto případě funguje bootstrap jako překladač a převádí písmena na čísla, kterým systém rozumí.
Bootstrap je zprostředkující DNS server používaný k získání IP adresy zabezpečeného DNS serveru, který jste vybrali dříve v menu DNS ochrana. Taková "střední cesta" je nutná při použití protokolů, které označují adresu serveru písmeny (například DNS-over-TLS). In this case, the bootstrap acts as a translator, transforming the letters into numbers your system can understand.

V případě potřeby však můžete zde zadat různé IP adresy — budou vyzkoušeny v pořadí shora dolů. Pokud žádná nefunguje nebo není zadána žádná, AdGuard se vrátí k výchozím nastavením systému.

Expand Down
Loading
Loading