1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
From: Lars Brinkhoff <lars@nocrew.org>
Date: Thu, 14 Dec 2017 12:29:00 +0100
Subject: Update readmes.
Applied-Upstream: commit:1b7e8f58ebe6ddf5fcddd635cb6c1dcece269e9d
---
README | 4 ++--
README.md | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README b/README
index 8027151..86b21bb 100644
--- a/README
+++ b/README
@@ -24,8 +24,8 @@ LICENSE
httptunnel is free software. See COPYING for terms and conditions.
If you like it, I would appreciate if you sent a post card to:
> Lars Brinkhoff
-> Kopmansgatan 2
-> 411 13 Goteborg
+> Bokskogsbacken 66
+> 422 56 Goteborg
> Sweden
Information and/or latest release should be available from these places:
diff --git a/README.md b/README.md
index d1da0a6..b8a2e62 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#About
+# About
httptunnel creates a bidirectional virtual data path tunnelled in HTTP
requests. The requests can be sent via an HTTP proxy if so desired.
@@ -13,16 +13,16 @@ can find some useful information in the FAQ file.
This program is mostly intended for technically-oriented users.
They should know what to do.
-#Install
+# Install
Read INSTALL for instructions on how to build a released version.
If you build the development repository, run `./autogen.sh` first.
-#License
+# License
httptunnel is free software. See COPYING for terms and conditions.
If you like it, I would appreciate if you sent a post card to:
> Lars Brinkhoff
-> Kopmansgatan 2
-> 411 13 Goteborg
+> Bokskogsbacken 66
+> 422 56 Goteborg
> Sweden
Information and/or latest release should be available from these places:
@@ -35,7 +35,7 @@ the potential to do dangerous things, like disabling the protection
you system administrator has set up for the local network. Read the
DISCLAIMER file.
-#Usage & Documentation
+# Usage & Documentation
There are two programs: `hts` and `htc`. `hts` is the *httptunnel server*
and `htc` is the *client*. `hts` should be installed on a computer outside
the HTTP proxy, and `htc` should be installed on your local computer.
@@ -64,7 +64,7 @@ Having said that, here are some examples:
debug messages at all, and 5 being the highest level (verbose).
* ex: `htc -F 10001 -P PROXY_ADDRESS:8000 REMOTE_IP:8888 -D5` will show verbose debug output (level 5 debugging) while setting up an httptunnel client to forward localhost:10001 to REMOTE_IP:8888 via a local proxy at PROXY_ADDRESS:8000
-#External help, examples, & links
+# External help, examples, & links
* https://sergvergara.files.wordpress.com/2011/04/http_tunnel.pdf - excellent httptunnel tutorial, examples, & info
* http://sebsauvage.net/punching/ - another excellent example
|