https://github.com/lwch/forward
TCP流量转发工具
https://github.com/lwch/forward
forward go tcp
Last synced: 8 months ago
JSON representation
TCP流量转发工具
- Host: GitHub
- URL: https://github.com/lwch/forward
- Owner: lwch
- Created: 2021-09-13T09:16:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T04:06:24.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T17:17:42.086Z (9 months ago)
- Topics: forward, go, tcp
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forward
TCP流量转发工具
## 使用方法
```shell
./forward -listen <本地监听端口号> -addr <转发目标地址> -port <转发端口号>
```