# 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/main/src/install.sh | sudo bash
```

### Uninstall

You can uninstall it as follows.

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

### Screenshots

Here it is.

![](https://raw.github.com/keift/zapret/main/assets/screenshot-1.png)

### Parameters

Installation settings can be changed in the following ways.

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

| Parameter             | Default     | Description                                                                                                                                                                             |
| --------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--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. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://keift.gitbook.io/guides/linux/install-zapret.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
