diff --git a/docs/Setup_examples/XRAY_DOUBLE_HOP.en.md b/docs/Setup_examples/XRAY_DOUBLE_HOP.en.md index 6cde329..c04a315 100644 --- a/docs/Setup_examples/XRAY_DOUBLE_HOP.en.md +++ b/docs/Setup_examples/XRAY_DOUBLE_HOP.en.md @@ -37,13 +37,13 @@ xray x25519 ``` 3. **Short ID (Reality identifier):** ```bash -openssl rand -hex 16 -# Save the output (e.g.: 0123456789abcdef0123456789abcdef) — this is +openssl rand -hex 8 +# Save the output (e.g.: abc123def456) — this is ``` 4. **Random Path (for xhttp):** ```bash -openssl rand -hex 8 -# Save the output (e.g., abc123def456) to replace in configs +openssl rand -hex 16 +# Save the output (e.g., 0123456789abcdef0123456789abcdef) to replace in configs ``` --- diff --git a/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md b/docs/Setup_examples/XRAY_DOUBLE_HOP.ru.md index 8cbdf3a..a130653 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), чтобы заменить в конфигах +openssl rand -hex 16 +# Сохраните вывод (например, 0123456789abcdef0123456789abcdef), чтобы заменить в конфигах ``` ---