https://github.com/cnwhy/proxy-use-node
https://github.com/cnwhy/proxy-use-node
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cnwhy/proxy-use-node
- Owner: cnwhy
- Created: 2023-03-17T06:03:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T08:33:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-07T08:08:01.822Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 收集利用node快速搭建代理方法。
- `utils/httpProxy` http代理,主要使用 `http-proxy` 模块
- `utils/socksProxy` socks代理,使用 `node-socks5-server`;
- `utils/proxyPort` TCP/UDP端口转发工具;