Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demongodyy/porttrans_proxy
a port transport can through http(https) proxy by golang
https://github.com/demongodyy/porttrans_proxy
Last synced: 14 days ago
JSON representation
a port transport can through http(https) proxy by golang
- Host: GitHub
- URL: https://github.com/demongodyy/porttrans_proxy
- Owner: demongodYY
- Created: 2018-06-29T09:39:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T09:39:51.000Z (over 6 years ago)
- Last Synced: 2024-10-16T22:08:12.970Z (23 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 端口轉發
## 使用方法:
- 服務器模式: tr.exe -s lServerPort rServerPort
- 客戶端模式(需要與服務器模式配合使用): tr.exe -c rServerIp:port targetIp:port
- 通過http代理客戶端模式(需要與服務器模式配合使用): tr.exe -pc rServerIp:port targetIp:port proxyIp:port
- 傳輸轉發模式:tr.exe -t lPort targetIp:port