Skip to content

Commit

Permalink
Update app_edtunnel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nnysldrwv authored Jul 27, 2023
1 parent 84fa324 commit 427ec15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_edtunnel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const net = require('net');

// 创建 WebSocket 服务器
const wss = new WebSocket.Server({ port: 443 });
let userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4';
let userID = 'be739d44-c400-4fc4-ab89-5d1eede8dbdf';
let proxyIP = "64.68.192." + Math.floor(Math.random() * 255);

let address = '';
Expand Down Expand Up @@ -378,4 +378,4 @@ function safeCloseWebSocket(socket) {
} catch (error) {
console.error('safeCloseWebSocket error', error);
}
}
}

0 comments on commit 427ec15

Please sign in to comment.