From 0fcf84d83c3997d675502b6c2d38108f7a0c83eb Mon Sep 17 00:00:00 2001 From: John Cant Date: Wed, 25 Jul 2012 10:05:42 +0100 Subject: [PATCH] Added usage instructions --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bba1afb..874f53d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,19 @@ Forward ports over the HTTP tunnel Use an SSH tunnel over the HTTP tunnel

-How will it work? +How to use

-By keeping a persistent HTTP connection, and wrapping the data packets in compact JSON. From the outside world, it will look like a very long, slow download. + +# 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. +