GitHub - johncant/node-http-tunnel: An HTTP tunnel for bypassing restrictive firewalls.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.

About

An HTTP tunnel for bypassing restrictive firewalls.

Resources

Readme

Activity

Stars

76 stars

Watchers

6 watching

Forks

23 forks

Releases

No releases published