Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imagemlt/nodelcx

nodejs编写的tcp内网穿透脚本
https://github.com/imagemlt/nodelcx

forward-proxy lcx security security-tools

Last synced: about 9 hours ago
JSON representation

nodejs编写的tcp内网穿透脚本

Awesome Lists containing this project

README

        

# nodelcx
nodejs编写的内网穿透工具

## 使用方法:
* 客户机
```bash
node lcxcli.js 内网地址 内网端口 跳板机地址 跳板机服务端口
```
* 跳板机
```bash
node lcxserver.js 跳板机内网地址 跳板机服务端口 跳板机外网地址 跳板机转发端口
```