https://github.com/hellojukay/tcp_proxy
https://github.com/hellojukay/tcp_proxy
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellojukay/tcp_proxy
- Owner: hellojukay
- Created: 2018-03-10T00:54:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T02:34:14.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T08:33:49.716Z (over 1 year ago)
- Language: Go
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这个是一个tcp流量转发的代理工具,写他的目的是为了绕过跳板机器ssh登录服务器。
# Usage
```shell
make build
// 将本地7013的流量代理到hellojukay.cn:8080
./tcp_proxy --listen=7013 --target=hellojukay.cn:8080
```