# Proxychain

## Настройка Proxychai&#x6E;**.**

Установите пакет proxyshains4 из репозитория

```bash
apt install proxychains4
```

## **Настройка конфигурации**

Откройте конфигурацию по пути <mark style="color:$info;">**/etc/proxychains4.conf**</mark>, в нем укажите протокол и данные для подключения к прокси<br>

<figure><img src="/files/9Ppm5MI7YSaP4KmsY3UP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**С примером настройки прокси вы можете ознакомиться в разделе** [**Инструкция по настройке**](/instrukciya-po-ispolzovaniyu/getting-started.md)
{% endhint %}

## **Проверка работы**

После указания настроек подключения, вы проверить работоспособность через обращение на сайт ifconfig.me

```
proxychains curl ifconfig.me
```

**Если проверка подтвердила смену вашего IP-адреса, то теперь вы можете приступить к использованию ваших прокси!**


---

# 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://docs.proxyshard.com/instrukciya-po-ispolzovaniyu/linux/cli-apps/proxychain.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.
