node-http-tunnel
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An HTTP tunnel for bypassing restrictive firewalls.

HTTP tunnel for node.js

Objective

Tunnel arbitrary TCP connections through HTTP.

Security

Use an SSH tunnel over the HTTP tunnel

Forward ports over the HTTP tunnel

Use an SSH tunnel over the HTTP tunnel

How to use

# On server outside the firewall ./server & disown exit # On your machine inside the firewall ./client # This sets up a SOCKS5 server on your local machine # Use with SSH ssh -o ProxyCommand "./ssh-connect
%h %p" # pwnt.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。