Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Dec 12, 2024
1 parent 52d16ba commit 4af1a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 明文源码.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ async function 维列斯OverWSHandler(request) {
log(`处理 TCP 出站连接 ${addressRemote}:${portRemote}`);
handleTCPOutBound(remoteSocketWapper, addressType, addressRemote, portRemote, rawClientData, webSocket, 维列斯ResponseHeader, log);
} else {
log(`黑名单关闭 TCP 出站连接 ${addressRemote}:${portRemote}`);
tcpSocket.close();
throw new Error(`黑名单关闭 TCP 出站连接 ${addressRemote}:${portRemote}`);
}
},
close() {
Expand Down

0 comments on commit 4af1a60

Please sign in to comment.