|
https://github.com/zizifn/edgetunnel
如何生成自己的 UUID:
[Windows] 按“Win + R”,输入cmd并运行:Powershell -NoExit -Command "[guid]::NewGuid()"
// How to generate your own UUID:
// [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()"
|
|