tlstun

simple go program to add tls support to other listeners
git clone https://git.parazyd.org/tlstun
Log | Files | Refs | README | LICENSE

commit c808513eecdeaaff1673909cf3bb9fe6550ab200
parent e8d4f0f889b54b0c46bd58a19a155e5acd4a8b6f
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 13 Feb 2019 20:12:41 +0100

Add installation note.

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -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 -----