【发布时间】:2013-03-10 21:23:11
【问题描述】:
我正在通过我的 Node.js 应用程序中的 net 模块创建连接:
this.stream = net.createConnection(25, host, this._onConnect);
这绝对没问题,但是我需要通过Proximo 发送此流量,因为我的连接需要静态 IP。我不熟悉 net 模块,因此任何帮助都会有所帮助。
【问题讨论】:
标签: node.js static-ip-address proximo