A simple tcp tunnel on c using sockets Right now it only supports linux systems
mkdir build
make
cd build
./tunnel.o <localport> <remoteport> <remotehost>
chmod +x ./tunnel.sh
./tunnel.sh
cd build
./tunnel.o <localport> <remoteport> <remotehost>