mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-15 08:30:34 +03:00
Merge branch 'master' of https://github.com/yrutschle/sslh
This commit is contained in:
commit
4c3b52dda5
2
Makefile
2
Makefile
@ -148,7 +148,7 @@ distclean: clean
|
|||||||
rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.*
|
rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.*
|
||||||
|
|
||||||
clean:
|
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:
|
tags:
|
||||||
ctags --globals -T *.[ch]
|
ctags --globals -T *.[ch]
|
||||||
|
@ -65,13 +65,13 @@ Configuration goes like this on the server side, using `stunnel3`:
|
|||||||
* `-f` for foreground/debugging
|
* `-f` for foreground/debugging
|
||||||
* `-p` for specifying the key and certificate
|
* `-p` for specifying the key and certificate
|
||||||
* `-d` for specifying which interface and port
|
* `-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.
|
* `-l` summons `sslh` in inetd mode.
|
||||||
|
|
||||||
* sslh options:
|
* sslh options:
|
||||||
* `-i` for inetd mode
|
* `-i` for inetd mode
|
||||||
* `--http` to forward HTTP connexions to port 80,
|
* `--http` to forward HTTP connections to port 80,
|
||||||
and SSH connexions to port 22.
|
and SSH connections to port 22.
|
||||||
|
|
||||||
Capabilities support
|
Capabilities support
|
||||||
--------------------
|
--------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user