> For the complete documentation index, see [llms.txt](https://keift.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keift.gitbook.io/guides/linux/install-zapret.md).

# Install Zapret

We save you from the hassle of setting up Zapret and make it easy to overcome all DPI access restrictions with a single command.

### Installation

You can install it as follows.

```shell
curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/install.sh | sudo bash
```

### Uninstall

You can uninstall it as follows.

```shell
curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/uninstall.sh | sudo bash
```

### Screenshots

Here it is.

<img src="https://raw.github.com/keift/zapret/refs/heads/main/assets/screenshot-1.png" alt="" width="100%">

### Parameters

Installation settings can be changed in the following ways.

| Parameter             | Default     | Description                                                                                                                                                                             |
| --------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--strict`            | `false`     | This parameter allows you to use the strictest method among the blockcheck results.                                                                                                     |
| `--blockcheck-domain` | *automatic* | This tool finds the correct domain name by sequentially testing blocked websites in different countries for blockcheck. This parameter allows you to specify this domain name yourself. |

> Example:
>
> ```shell
> curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/install.sh | sudo bash -s -- --strict --blockcheck-domain discord.com
> ```
