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

https://github.com/cnwhy/proxy-use-node


https://github.com/cnwhy/proxy-use-node

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## 收集利用node快速搭建代理方法。

- `utils/httpProxy` http代理,主要使用 `http-proxy` 模块
- `utils/socksProxy` socks代理,使用 `node-socks5-server`;
- `utils/proxyPort` TCP/UDP端口转发工具;