commit bb5ace5ed87cf89ed81409654a44124e01f83ff6
Author: Laslo Hunhold <[email protected]>
Date:   Fri Jan 24 09:00:57 2020 +0100

    Add note about TLS-support in quark
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/tools.suckless.org/quark/index.md 
b/tools.suckless.org/quark/index.md
index fcff7a0e..7a29e09b 100644
--- a/tools.suckless.org/quark/index.md
+++ b/tools.suckless.org/quark/index.md
@@ -45,6 +45,15 @@ manner.
 In case there is an attack on this infrastructure and the attacker manages to
 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),
+[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.
+
 Solutions
 ---------
 * [saait](https://git.codemadness.org/saait/file/README.html) site generator


Reply via email to