From e412811ff11baf020ca1c581294c629f6a98ce4b Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Sun, 16 Oct 2022 00:19:21 +0100 Subject: [PATCH 1/2] Update config.md --- doc/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config.md b/doc/config.md index 5c449a0..d320949 100644 --- a/doc/config.md +++ b/doc/config.md @@ -65,13 +65,13 @@ Configuration goes like this on the server side, using `stunnel3`: * `-f` for foreground/debugging * `-p` for specifying the key and certificate * `-d` for specifying which interface and port - we're listening to for incoming connexions + we're listening to for incoming connections * `-l` summons `sslh` in inetd mode. * sslh options: * `-i` for inetd mode - * `--http` to forward HTTP connexions to port 80, - and SSH connexions to port 22. + * `--http` to forward HTTP connections to port 80, + and SSH connections to port 22. Capabilities support -------------------- From 63d5ecddca54b37fad4ab77ec4a966546d933576 Mon Sep 17 00:00:00 2001 From: iamdoubz <4871781+iamdoubz@users.noreply.github.com> Date: Thu, 20 Oct 2022 12:04:02 -0500 Subject: [PATCH 2/2] Update make clean to remove ev builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86b1aa7..ec6b46b 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ distclean: clean rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.* clean: - rm -f sslh-fork sslh-select echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info + rm -f sslh-fork sslh-select sslh-ev echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info tags: ctags --globals -T *.[ch]