Skip to content

Commit

Permalink
Update app_edtunnel.js nft
Browse files Browse the repository at this point in the history
  • Loading branch information
sawnftsaw authored Oct 29, 2023
1 parent 00a9154 commit 962b784
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 = '73d124c2-95a8-4f9e-a4b4-ce8ec4b91023';
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 962b784

Please sign in to comment.