Skip to content

A simple tcp tunnel on c using sockets Right now it only supports linux systems

Notifications You must be signed in to change notification settings

sahil-arora-76/tcptunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tcp tunnel on c using sockets Right now it only supports linux systems

build BY MAKE

mkdir build 
make 
cd build 
./tunnel.o <localport> <remoteport> <remotehost>

OR (recommended)

chmod +x ./tunnel.sh
./tunnel.sh 
cd build 
./tunnel.o <localport> <remoteport> <remotehost>

About

A simple tcp tunnel on c using sockets Right now it only supports linux systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published