From dc7eb1aad9ef2a4756a5a9f73bc15ec288907cb1 Mon Sep 17 00:00:00 2001 From: lightings <17062401@qq.com> Date: Wed, 12 Apr 2023 14:56:19 +0800 Subject: [PATCH] ... --- proxy/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/client.js b/proxy/client.js index a20d644..b9c4ba9 100644 --- a/proxy/client.js +++ b/proxy/client.js @@ -1,6 +1,6 @@ const net = require("net"); -const port = 4999; +const port = 4010; const host = "127.0.0.1"; var client = new net.Socket();