You can do this stuff with netcat and inetd
apt-get install openbsd-inetd (netcat is installed by default)
nano /etc/inetd.conf
LOCALIP:443 stream tcp nowait root /bin/nc nc REMOTEIP 443
/etc/init.d/openbsd-inetd restart
Have fun!
By: Thomas Faddegon
You can do this stuff with netcat and inetd
apt-get install openbsd-inetd (netcat is installed by default)
nano /etc/inetd.conf
LOCALIP:443 stream tcp nowait root /bin/nc nc REMOTEIP 443
/etc/init.d/openbsd-inetd restart
Have fun!