node-http-tunnel
node-http-tunnel copied to clipboard
how to designate the port no. in the server?
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)
at t.listen (/root/node-http-tunnel/lib/request_tunnel.js:221:18)
at Object.
in my server,port 80 is occupied,how to designate the port no. for the server binary?