Skip to content

baburkin/tcpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple TCP port forwarding utility

tcpf is a simple port forwarding utility which allows to listen to TCP traffic on a locally bound port and redirect all the traffic to remote TCP endpoint both ways.

Usage:

tcpf <local-port> <remote-host> <remote-port>

The tool prints the output to stdout.

The utility shows how the syntax of Go channels and goroutines helps handle such tasks in a natural and elegant way.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages