# Proxy

Настройка proxy находится в разделе File -> Settings. Включите поддержку proxy "Enable Proxy" и введите значения Proxy переменных.

{% hint style="info" %}

#### **Управление proxy осуществляется при помощи следующих переменных:**

* **http\_proxy** — адрес proxy для запросов без SSL
* **https\_proxy** —  адрес proxy для запросов с SSL
* **no\_proxy** — список хостов через запятую, для которых не нужно использовать proxy

#### **Примеры значений no\_proxy:**

* **`*google.com`** - не передавать запросы HTTP / HTTPS в Google.&#x20;
* **`google.com:443`** - не отправлять HTTPS-запросы в Google, но отправлять HTTP-запросы в Google.&#x20;
* **`google.com:443, yahoo.com:80`** - не передавать HTTPS-запросы в Google и не передавать HTTP-запросы в Yahoo!
* **`*`**- полностью игнорировать переменные окружения https\_proxy / http\_proxy.
  {% endhint %}

![](https://1448546621-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh_FaVh9XfQJ0p1KqZ1%2F-LiMwrJP_C5mDsvflAID%2F-LiMx8Gow0mVdGoJYS6w%2Fsett_1.jpg?alt=media\&token=2a9d6dd5-c61f-4012-846c-c948f877444c)


---

# 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-ru.testmace.com/0.0.1-beta.14/settings/proxy.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.
