Skip to content

kamingchan/GoForward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoForward

a simple port forward tool written in go

Usage

# forward 0.0.0.0:1000-2000 to 1.1.1.1:1000-2000.
./goforward 1000 2000 1.1.1.1

Reference