aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-28 18:41:32 +0000
committerGitHub <noreply@github.com>2021-08-28 18:41:32 +0000
commit1c344f2625c1a7a4bfdf20fd891dd86f84ff8b76 (patch)
tree4e08f16c25c3f7080c454bead5791880587077e7 /README.md
parent(cargo-release) start next development iteration 0.15.1-alpha.0 (diff)
parentSwitch TLS conditional compilation to feature (diff)
downloadminiserve-1c344f2625c1a7a4bfdf20fd891dd86f84ff8b76.tar.gz
miniserve-1c344f2625c1a7a4bfdf20fd891dd86f84ff8b76.zip
Merge pull request #580 from svenstaro/conditional-tls
Conditionally enable TLS only on supported platforms
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 922bd81..ba007e2 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ Sometimes this is just a more practical and quick way than doing things properly
- Scan QR code for quick access
- Shell completions
- Sane and secure defaults
+- TLS (for supported architectures)
## Usage