From a53c00186ac69d6ef4fe8b69262aaef04f649e85d1d3e89aec8823fe6e561439 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 21 Aug 2025 15:39:30 -0400 Subject: [PATCH] Update the readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c11dcf8..ab4c2b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # ssh-sni-proxy +This git repository is a "mirror" of the code pointed to by: https://v6tools.kasperd.dk/ssh-host-header/ +The original Python 2 version is here: +https://v6tools.kasperd.dk/ssh-host-header/ssh-sni-proxy-command.py + +The Python 3 version in this repository can also be found here: +https://v6tools.kasperd.dk/ssh-host-header/ssh-sni-proxy-command-python-3.py This version is for Python3. + +Thanks and all credit go to Kasper Dupont for this work.