Skip to content

Commit 540a556

Browse files
AGM-280 Specified supported linux distributions
1 parent b54e150 commit 540a556

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/adguard-for-linux/adguard-for-linux.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ sidebar_position: 1
55

66
AdGuard for Linux, also known as AdGuard CLI, is a command-line ad blocker. You can use it on Linux or macOS devices.
77

8+
## Supported Linux distributions
9+
10+
AdGuard CLI supports the following Linux distributions:
11+
12+
- Debian stable 10 or later
13+
- Ubuntu LTS 22.04, 24.04, or later
14+
- RHEL / Fedora
15+
16+
On Linux distributions that are **not based on Debian or Red Hat**, the automatic certificate installation script may not work properly.
17+
818
Below are commands you may need to log in, enable protection, and manage the AdGuard settings.
919

1020
- [Installation, setup, and removal](/adguard-for-linux/installation)
@@ -15,4 +25,4 @@ On Linux, press `Ctrl+Alt+T`. On your Mac, type `Terminal` in the search field.
1525

1626
To view all available commands, enter:
1727

18-
adguard-cli --help-all
28+
adguard-cli --help-all

docs/adguard-for-linux/settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,17 @@ Use the `config` command to configure AdGuard for Linux. Subcommands:
8484
- `proxy_mode`: Proxy mode (`manual` or `auto`)
8585
- `get`: Get the current status of the above options
8686

87+
:::note
88+
89+
The Automatic mode can only be used if the following requirements are met:
90+
91+
- `iptables` is installed and running (either `nft` or `legacy`)
92+
- `iptables` supports the `nat` table for both IPv4 and IPv6
93+
- `iptables` supports the `REDIRECT` and `QUEUE` chains for both IPv4 and IPv6
94+
- The `sudo` package is installed
95+
96+
:::
97+
8798
## Manage filters
8899

89100
Use the `filters` command to configure AdGuard for Linux. Subcommands:

0 commit comments

Comments
 (0)