docs: upd numbering in section 7.4

pull/731/head
Iaroslav Baslin 2025-08-03 17:41:34 +03:00
parent 062403a3de
commit e20af63f66
1 changed files with 5 additions and 5 deletions

View File

@ -186,13 +186,13 @@ First, you can refer to the [official VLESS configuration example](https://githu
chmod a+w ~/xray_log/*.log
```
5. Use `nano` to create the configuration file of `Xray`
3. Use `nano` to create the configuration file of `Xray`
```shell
sudo nano /usr/local/etc/xray/config.json
```
```shell
sudo nano /usr/local/etc/xray/config.json
```
6. Copy all the files below and fill in the previously generated `UUID` into the 61st line `"id": "",`. (After filling in, it will look like `"id": "uuiduuid-uuid-uuid-uuid-uuiduuiduuid"`
4. Copy all the files below and fill in the previously generated `UUID` into the 61st line `"id": "",`. (After filling in, it will look like `"id": "uuiduuid-uuid-uuid-uuid-uuiduuiduuid"`
) This configuration file in this article adds my various verbose comments to help you understand the function of each configuration module.
```json