Skip to content

Commit 8d010f4

Browse files
committed
chore: add UUID section
1 parent 389ec9c commit 8d010f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@
3333
| HEROKU_API_KEY | heroku API key, 在 account 设置下可以找到 |
3434
| HEROKU_V2RAY_UUID | V2rayUUID |
3535

36+
> 请务必生成新的 UUID。使用已有的 UUID 会使自己 V2ray 暴露在危险之下。
37+
38+
PowerShell:
39+
40+
```powershell
41+
PS C:\Users\> New-Guid
42+
```
43+
44+
Shell:
45+
46+
```bash
47+
xxx@xxx:/mnt/c/Users/$ uuidgen
48+
```
49+
3650
### Github Secrets
3751

3852
路径

0 commit comments

Comments
 (0)