Skip to content

a port transport can through http(https) proxy by golang

Notifications You must be signed in to change notification settings

demongodYY/portTrans_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

端口轉發

使用方法:

  • 服務器模式: 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

About

a port transport can through http(https) proxy by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages