URI:
       tAdd installation note. - tlstun - simple go program to add tls support to other listeners
  HTML git clone https://git.parazyd.org/tlstun
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c808513eecdeaaff1673909cf3bb9fe6550ab200
   DIR parent e8d4f0f889b54b0c46bd58a19a155e5acd4a8b6f
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 13 Feb 2019 20:12:41 +0100
       
       Add installation note.
       
       Diffstat:
         M README.md                           |      11 +++++++++++
       
       1 file changed, 11 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -8,6 +8,17 @@ It simply proxies from one TLS-listening host:port to another plaintext
        host:port.
        
        
       +Installation
       +------------
       +
       +```
       +$ go get github.com/parazyd/tlstun
       +```
       +
       +Make sure you generate or acquire a TLS certificate keypair to use with
       +tlstun.
       +
       +
        Usage
        -----