sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 08a6015b1edd21c53135788ea78f8c5743754272
parent bb5ace5ed87cf89ed81409654a44124e01f83ff6
Author: Laslo Hunhold <dev@frign.de>
Date:   Fri, 24 Jan 2020 09:03:22 +0100

Refine wording

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mtools.suckless.org/quark/index.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools.suckless.org/quark/index.md b/tools.suckless.org/quark/index.md @@ -48,11 +48,11 @@ DoS the form handler, the serving of content is still unaffected. TLS-support ----------- quark does not natively support TLS. A more suckless approach than to -implement TLS into it is to use a TLS reverse tunnel (e.g. [tlstunnel](https://github.com/hannesm/tlstunnel), +implement TLS into it is to use a TLS reverse proxy (e.g. [tlstunnel](https://github.com/hannesm/tlstunnel), [hitch](https://hitch-tls.org/) or [stunnel](https://www.stunnel.org/)). -A TLS-tunnel accepts encrypted TLS connections and forwards them as unencrypted -TLS to a server. In this case, one can run stunnel on an intended IP -address and forward the requests to a local port or UNIX-domain socket. +It accepts encrypted TLS connections and forwards them as unencrypted +requests to a server. In this case, one can run such a reverse proxy to listen +on a public IP address and forward the requests to a local port or UNIX-domain socket. Solutions ---------