Update README.md

This commit is contained in:
Alexey
2026-02-15 18:12:37 +03:00
committed by GitHub
parent d1348e809f
commit fbe9277f86

View File

@@ -18,12 +18,13 @@
- с высокоточной диагностикой криптографии через `ME_DIAG` - с высокоточной диагностикой криптографии через `ME_DIAG`
Для использования нужно: Для использования нужно:
0. Версия `telemt` ≥3.0.0
1. Выполнение любого из наборов условий: 1. Версия `telemt` ≥3.0.0
2. Выполнение любого из наборов условий:
- публичный IP для исходящих соединений установлен на интерфейса инстанса с `telemt` - публичный IP для исходящих соединений установлен на интерфейса инстанса с `telemt`
- ЛИБО - ЛИБО
- вы используете NAT 1:1 + включили STUN-пробинг - вы используете NAT 1:1 + включили STUN-пробинг
2. В конфиге, в секции `[general]` указать: 3. В конфиге, в секции `[general]` указать:
```toml ```toml
use_middle_proxy = true use_middle_proxy = true
``` ```
@@ -54,12 +55,11 @@ On February 15, we released `telemt 3` with support for Middle-End Proxy, which
- high-precision cryptography diagnostics via `ME_DIAG` - high-precision cryptography diagnostics via `ME_DIAG`
To use this feature, the following requirements must be met: To use this feature, the following requirements must be met:
0. `telemt` version ≥ 3.0.0 1. `telemt` version ≥ 3.0.0
1. One of the following conditions satisfied: 2. One of the following conditions satisfied:
- the instance running `telemt` has a public IP address assigned to its network interface for outbound connections - the instance running `telemt` has a public IP address assigned to its network interface for outbound connections
- OR - OR
- you are using 1:1 NAT and have STUN probing enabled - you are using 1:1 NAT and have STUN probing enabled
3. In the config file, under the `[general]` section, specify: 3. In the config file, under the `[general]` section, specify:
```toml ```toml
use_middle_proxy = true use_middle_proxy = true