From 62a90e05a06a0f5a1b1062f2939977c4969ba186 Mon Sep 17 00:00:00 2001 From: ne4sp <135099093+ne4sp@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:59:59 +0300 Subject: [PATCH] Update XRAY_DOUBLE_HOP.en.md --- docs/Setup_examples/XRAY_DOUBLE_HOP.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ``` ---