mirror of
https://github.com/telemt/telemt.git
synced 2026-04-17 18:44:10 +03:00
Update XRAY_DOUBLE_HOP.en.md
This commit is contained in:
@@ -37,13 +37,13 @@ xray x25519
|
|||||||
```
|
```
|
||||||
3. **Short ID (Reality identifier):**
|
3. **Short ID (Reality identifier):**
|
||||||
```bash
|
```bash
|
||||||
openssl rand -hex 16
|
openssl rand -hex 8
|
||||||
# Save the output (e.g.: 0123456789abcdef0123456789abcdef) — this is <SHORT_ID>
|
# Save the output (e.g.: abc123def456) — this is <SHORT_ID>
|
||||||
```
|
```
|
||||||
4. **Random Path (for xhttp):**
|
4. **Random Path (for xhttp):**
|
||||||
```bash
|
```bash
|
||||||
openssl rand -hex 8
|
openssl rand -hex 16
|
||||||
# Save the output (e.g., abc123def456) to replace <YOUR_RANDOM_PATH> in configs
|
# Save the output (e.g., 0123456789abcdef0123456789abcdef) to replace <YOUR_RANDOM_PATH> in configs
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user