node-http-tunnel
node-http-tunnel copied to clipboard
An HTTP tunnel for bypassing restrictive firewalls.
hi. yudeMacBook-Air:node-http-tunnel brite$ ./client Usage: ./client TUNNEL_ADDRESS [MODE] # TUNNEL ADDRESS is the address of the tunnelling server. pass development as MODE for port 3001 yudeMacBook-Air:node-http-tunnel brite$ ./client my-vps-ip Client...
hi. root@AR:~/node-http-tunnel# ./server events.js:160 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE :::80 at Object.exports._errnoException (util.js:896:11) at exports._exceptionWithHostPort (util.js:919:20) at Server._listen2 (net.js:1246:14) at listen (net.js:1282:10) at Server.listen (net.js:1378:5)...
Can I use it for example to tunnel RDP through HTTP? How would I go about doing that? thanks