From 7e047e35b3a1352858e8fbb5ff5caf325a669843 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Wed, 3 Jul 2019 22:45:04 +0200 Subject: [PATCH] updated architecture figure to SVG --- doc/tproxy.md | 2 +- doc/tproxy.svg | 602 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 603 insertions(+), 1 deletion(-) create mode 100644 doc/tproxy.svg diff --git a/doc/tproxy.md b/doc/tproxy.md index f11192c..3baac7f 100644 --- a/doc/tproxy.md +++ b/doc/tproxy.md @@ -18,7 +18,7 @@ Two Raspberry Pis on my home LAN: * Pi B: 192.168.1.123 - HTTP server (port 8000), SSH server (port 1022 on PiB). * I send traffic from the internet to my router's external port 443 then use a port forward rule in my router to map that to internal port 4433 where sslh is listening. -![Architecture](tproxy.jpg) +![Architecture](tproxy.svg) `sslh` build ------------ diff --git a/doc/tproxy.svg b/doc/tproxy.svg new file mode 100644 index 0000000..8b7c01c --- /dev/null +++ b/doc/tproxy.svg @@ -0,0 +1,602 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Client + + + + + + + + + + + + + + + + + Internet + Router + Local Area Network + 443 + 443 + 443 + 4433 + 4433 + SSLH 192.168.1.124 (Pi A) + 192.168.1.123 (Pi B) + Web Server SSH Server http 8000 8000 ssh 1022 1022 Web Server STUNNEL SSH Server 443 443 tls 4480 tls 1022 ssh +