From 03122f78bd8e1d694a48bade9cb19c862f12820a Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 3 Dec 2020 22:08:29 +0100 Subject: [PATCH] Tell about the language change parameter --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b72e68..31f6b4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # A simplistic and secure Gemini server -**Vger** is a gemini server supporting virtualhosts and MIME types. +**Vger** is a gemini server supporting virtualhosts, default language +choice and MIME types detection. **Vger** design is relying on inetd and a daemon to take care of TLS. The idea is to delegate TLS and network to daemons which @@ -83,3 +84,4 @@ Enable inetd and relayd and start them: # Todo - add syslog traces +- maybe a chroot() for non OpenBSD systems.