Skip to content

Commit

Permalink
注释
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenX committed Oct 22, 2024
1 parent f466434 commit d3d445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
const pipeServer_1 = require("./pipeServer");
let upstream_host = "0.0.0.0";
let upstream_port = 5201; //本机反向代理端口
let lisent_port = 15201;
let lisent_port = 15201; //监听端口
(0, pipeServer_1.createPipeServer)(upstream_port, upstream_host, pipeServer_1.PipeType.mtcp2tcp, lisent_port);

0 comments on commit d3d445c

Please sign in to comment.