Skip to content

bineeshlazar/portforward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple TCP port forwarder

Inspired from tcp-port-forward. This tool opens a port on the local machine and forwards the connection to another machine.

Usage

Compiling

To download/compile the code run,

go get github.com/bnsh12/portforward

This will build the executable in your $GOPATH/bin directory.

Running

Run the command, (Assuming that $GOPATH/bin is added to your PATH variable)

portforward server-address:port local-address:port

About

Forward TCP traffic to local port

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages