chore: tip

This commit is contained in:
xiaojunnuo
2026-02-05 00:42:25 +08:00
parent e19743f705
commit 82786c580a
2 changed files with 48 additions and 20 deletions
@@ -84,5 +84,9 @@ export function startProxyServer(opts:{port:number}) {
logger.info(`[proxy] 正向代理服务器运行在 http://0.0.0.0:${port}`);
});
proxyServer.close(() => {
logger.info('[proxy] 正向代理服务器已关闭');
});
return proxyServer
}