diff --git a/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md b/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md index 8cbdf3a..438aef5 100644 --- a/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md +++ b/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md @@ -37,13 +37,13 @@ xray x25519 ``` 3. **Short ID (идентификатор Reality):** ```bash -openssl rand -hex 16 -# Сохраните вывод (например: 0123456789abcdef0123456789abcdef) — это +openssl rand -hex 8 +# Сохраните вывод (например: abc123def456) — это ``` 4. **Random Path (путь для xhttp):** ```bash openssl rand -hex 8 -# Сохраните вывод (например, abc123def456), чтобы заменить в конфигах +# Сохраните вывод (например, 0123456789abcdef0123456789abcdef), чтобы заменить в конфигах ``` ---