diff --git a/src/worker-vless.js b/src/worker-vless.js index b84c6cbf7..a367bedf4 100644 --- a/src/worker-vless.js +++ b/src/worker-vless.js @@ -4,9 +4,9 @@ import { connect } from 'cloudflare:sockets'; // How to generate your own UUID: // [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()" -let userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4'; +let userID = '6566b20d-7b66-484b-9bd0-1fc937704cf6'; -let proxyIP = ''; +let proxyIP = '103.200.112.108'; if (!isValidUUID(userID)) {